diff --git a/poetry.lock b/poetry.lock index 36a130fc..f516f658 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1107,14 +1107,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.3.0" +version = "3.3.1" 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.3.0-py2.py3-none-any.whl", hash = "sha256:7577a012399334d9f001873b5553f9fabc1ccc5b3e2b29e0793f84ce18e9d042"}, - {file = "pre_commit-3.3.0.tar.gz", hash = "sha256:06acda43a7b6b63fdcc29aa90bf1228cf4d4029a4e4d70971347a9d2593c94d4"}, + {file = "pre_commit-3.3.1-py2.py3-none-any.whl", hash = "sha256:218e9e3f7f7f3271ebc355a15598a4d3893ad9fc7b57fe446db75644543323b9"}, + {file = "pre_commit-3.3.1.tar.gz", hash = "sha256:733f78c9a056cdd169baa6cd4272d51ecfda95346ef8a89bf93712706021b907"}, ] [package.dependencies] @@ -1726,4 +1726,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "41c867fce13183ef202cf5937104b949332ec7f2739970880371b9ac334eadd7" +content-hash = "d7f9ac798d16c7c8130725d59dd4b71c0618c14fe9c06e7365a8b14c1e8f11b7" diff --git a/pyproject.toml b/pyproject.toml index a446ec7a..fc2c8ac6 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.3.0" +pre-commit = "3.3.1" pre-commit-hooks = "4.4.0" pylint = "2.17.3" pytest = "7.3.1"