diff --git a/poetry.lock b/poetry.lock index 85f2d9f..b80d55c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "async-timeout" @@ -560,14 +560,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.1.0" +version = "4.3.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" groups = ["test"] files = [ - {file = "pre_commit-4.1.0-py2.py3-none-any.whl", hash = "sha256:d29e7cb346295bcc1cc75fc3e92e343495e3ea0196c9ec6ba53f49f10ab6ae7b"}, - {file = "pre_commit-4.1.0.tar.gz", hash = "sha256:ae3f018575a588e30dfddfab9a05448bfbd6b73d78709617b5a2b853549716d4"}, + {file = "pre_commit-4.3.0-py2.py3-none-any.whl", hash = "sha256:2b0747ad7e6e967169136edffee14c16e148a778a54e4f967921aa1ebf2308d8"}, + {file = "pre_commit-4.3.0.tar.gz", hash = "sha256:499fe450cc9d42e9d58e606262795ecb64dd05438943c62b66f6a8673da30b16"}, ] [package.dependencies] @@ -930,4 +930,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "cacae7f617eda858db19511a6ce4934c6de2a83b258189c7b60782ab1d708a2c" +content-hash = "845e76c0836b299e7eee62b2db27209cb1eecbdbd5a0bb23086c0c0a11589c45" diff --git a/pyproject.toml b/pyproject.toml index a38749d..11f5dca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pytest-asyncio = ">=0.20.3,<1.3.0" pytest-benchmark = "^5.1.0" pytest-integration = "^0.2.3" isort = ">=5.10.1,<7.0.0" -pre-commit = ">=3.0.4,<5.0.0" +pre-commit = ">=4.3.0,<5.0.0" black = ">=23.1,<26.0" mypy = "^1.19.1" flake8 = ">=6"