diff --git a/poetry.lock b/poetry.lock index d93cac7..2780c30 100644 --- a/poetry.lock +++ b/poetry.lock @@ -494,14 +494,14 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2)", "pytest- [[package]] name = "pre-commit" -version = "3.3.3" +version = "3.4.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.3.3-py2.py3-none-any.whl", hash = "sha256:10badb65d6a38caff29703362271d7dca483d01da88f9d7e05d0b97171c136cb"}, - {file = "pre_commit-3.3.3.tar.gz", hash = "sha256:a2256f489cd913d575c145132ae196fe335da32d91a8294b7afe6622335dd023"}, + {file = "pre_commit-3.4.0-py2.py3-none-any.whl", hash = "sha256:96d529a951f8b677f730a7212442027e8ba53f9b04d217c4c67dc56c393ad945"}, + {file = "pre_commit-3.4.0.tar.gz", hash = "sha256:6bbd5129a64cad4c0dfaeeb12cd8f7ea7e15b77028d985341478c8af3c759522"}, ] [package.dependencies] @@ -868,4 +868,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8eca94a926e3c78aef4245a0ef3754aebc93899a73a66a32509b618dad209622" +content-hash = "da502384c3ff1bc16c372f2215c382d5507780d0c8bc321d9122b5ac90975c2f" diff --git a/pyproject.toml b/pyproject.toml index 2a42226..db193d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ selenium = "==4.12.0" autopep8 = "==1.7.1" flake8 = "==5.0.4" mypy = "0.991" -pre-commit = "==3.3.3" +pre-commit = "==3.4.0" pyinstaller = "4.5.1" types-selenium = "==3.141.9"