diff --git a/poetry.lock b/poetry.lock index 7b09f48..9c3111b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -796,13 +796,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.3.3" +version = "3.4.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." 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] @@ -1305,4 +1305,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9142c25d591bea5196507c2f1b02e519192c79b5a31767c6836b656a2a5e3a93" +content-hash = "919e22977c909e7e1201fe0e0048b404eeb28571de334d7ce94e2a646e47a99f" diff --git a/pyproject.toml b/pyproject.toml index 1cec668..e0cc7a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pytest = ">=6.2.5,<8.0.0" coveralls = ">=3.0.0,<4.0.0" mypy = ">=0.910,<2.0.0" flake8 = ">=4.0.0,<7.0.0" -pre-commit = "^3.3.3" +pre-commit = "^3.4.0" [tool.black] line-length = 128