diff --git a/poetry.lock b/poetry.lock index 878fb8b0..7da41767 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1107,14 +1107,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.2.2" +version = "3.3.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.2.2-py2.py3-none-any.whl", hash = "sha256:0b4210aea813fe81144e87c5a291f09ea66f199f367fa1df41b55e1d26e1e2b4"}, - {file = "pre_commit-3.2.2.tar.gz", hash = "sha256:5b808fcbda4afbccf6d6633a56663fed35b6c2bc08096fd3d47ce197ac351d9d"}, + {file = "pre_commit-3.3.0-py2.py3-none-any.whl", hash = "sha256:7577a012399334d9f001873b5553f9fabc1ccc5b3e2b29e0793f84ce18e9d042"}, + {file = "pre_commit-3.3.0.tar.gz", hash = "sha256:06acda43a7b6b63fdcc29aa90bf1228cf4d4029a4e4d70971347a9d2593c94d4"}, ] [package.dependencies] @@ -1723,4 +1723,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1c39c85e86c0af2738b1c6f1e1e1e192295ae6b9dcfcdc92ac68a13e8e9b46f2" +content-hash = "fe79f64c39c3a577f6bed3a30b63a1a6614d9b867d21be9549e3851b8c8f848c" diff --git a/pyproject.toml b/pyproject.toml index 02438fe1..74c868e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ codespell = "2.2.4" covdefaults = "2.3.0" coverage = {version = "7.2.5", extras = ["toml"]} mypy = "1.2.0" -pre-commit = "3.2.2" +pre-commit = "3.3.0" pre-commit-hooks = "4.4.0" pylint = "2.17.3" pytest = "7.3.1"