diff --git a/poetry.lock b/poetry.lock index 30c89a35..f5b110b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1134,14 +1134,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.0.4" +version = "3.1.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.0.4-py2.py3-none-any.whl", hash = "sha256:9e3255edb0c9e7fe9b4f328cb3dc86069f8fdc38026f1bf521018a05eaf4d67b"}, - {file = "pre_commit-3.0.4.tar.gz", hash = "sha256:bc4687478d55578c4ac37272fe96df66f73d9b5cf81be6f28627d4e712e752d5"}, + {file = "pre_commit-3.1.0-py2.py3-none-any.whl", hash = "sha256:7001dfcd174540658822b1fd3630ceadf4f41375a5d1844b5c3b3830f227348c"}, + {file = "pre_commit-3.1.0.tar.gz", hash = "sha256:61bd9f1b96d3d1e763f2a9a0f8522aed341646800642ff6803c73fac5781f5b7"}, ] [package.dependencies] @@ -1850,4 +1850,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fb831bec073347b9327144486cc95e5ffb66505436ae3e66e2017f45608a2487" +content-hash = "2488cdcc0d111730decc5a82791ee0fb20913a6f2b3976b36f8d2b0119daa05f" diff --git a/pyproject.toml b/pyproject.toml index 48f178c4..5becbccb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ flake8 = "^4.0.1" flake8-docstrings = "^1.7.0" isort = "^5.12.0" mypy = "^1.0" -pre-commit = "^3.0.4" +pre-commit = "^3.1.0" pre-commit-hooks = "^4.4.0" pylint = "^2.16.2" pytest = "^7.2.1"