diff --git a/poetry.lock b/poetry.lock index d2b39e4..98b0164 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "attrs" @@ -564,13 +564,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.21.0" +version = "4.0.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"}, - {file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"}, + {file = "pre_commit-4.0.0-py2.py3-none-any.whl", hash = "sha256:0ca2341cf94ac1865350970951e54b1a50521e57b7b500403307aed4315a1234"}, + {file = "pre_commit-4.0.0.tar.gz", hash = "sha256:5d9807162cc5537940f94f266cbe2d716a75cfad0d78a317a92cac16287cfed6"}, ] [package.dependencies] @@ -895,4 +895,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "ac6db9ccd605542155713394aa2aaa02a0e47623fb07522f10bece137c12ef54" +content-hash = "40f906619cb616982209a326f620a2c5bd7e5599ed4f10d94822917d8d0e614f" diff --git a/pyproject.toml b/pyproject.toml index 87547cb..4bb9ca8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ python-coveralls = "^2.9.3" pytest = "^7.2" flake8 = ">=4.0.1,<6.0.0" black = ">=22.8,<24.0" -pre-commit = "^2.20.0" +pre-commit = ">=2.20,<5.0" [build-system] requires = ["poetry-core"]