diff --git a/poetry.lock b/poetry.lock index 44f805a..1f4d298 100644 --- a/poetry.lock +++ b/poetry.lock @@ -428,13 +428,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.3.2" +version = "3.7.0" 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.3.2-py2.py3-none-any.whl", hash = "sha256:8056bc52181efadf4aac792b1f4f255dfd2fb5a350ded7335d251a68561e8cb6"}, - {file = "pre_commit-3.3.2.tar.gz", hash = "sha256:66e37bec2d882de1f17f88075047ef8962581f83c234ac08da21a0c58953d1f0"}, + {file = "pre_commit-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"}, + {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"}, ] [package.dependencies] @@ -682,4 +682,4 @@ tokenize-rt = ">=2.1" [metadata] lock-version = "2.0" python-versions = "~3.10" -content-hash = "39731561906644cbf41cc75050b43ca87cf577615ee573c96f24a24bc303a168" +content-hash = "d80bda4633dae952c9456267691e50c4efd1f5c32b071f7bc356f139033dbb0b" diff --git a/pyproject.toml b/pyproject.toml index a4d1438..8e433d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ flake8 = "^6.0.0" flake8-isort = "^6.0.0" isort = "^5.11.4" mypy = "^1.1.1" -pre-commit = "^3.2.1" +pre-commit = "^3.7.0" pytest = "^7.1.2" pytest-cov = "^4.1.0" pyupgrade = "^3.4.0"