diff --git a/poetry.lock b/poetry.lock index 91316287..f50ef4c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1226,13 +1226,13 @@ plugin = ["poetry (>=1.2.0)"] [[package]] name = "pre-commit" -version = "3.5.0" +version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, - {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, + {file = "pre_commit-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, + {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, ] [package.dependencies] @@ -2218,4 +2218,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "741a4170bfcaf88de61ede2e00e686134db8ad6ab4f52622935f8669e10b157c" +content-hash = "15e500b551b7bbf8ee681ae65164586eb51dae4e9f14aa37db68851825400fec" diff --git a/pyproject.toml b/pyproject.toml index 75fedf81..322268c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ asyncio-dgram = "^2.1.2" dnspython = "^2.4.2" [tool.poetry.group.dev.dependencies] -pre-commit = "^3.3.3" +pre-commit = ">=3.3.3,<5.0.0" tox = "^3.28.0" tox-poetry = "0.5.0" # deprecated, no sense in `^`