diff --git a/poetry.lock b/poetry.lock index 407e648f..7c594a8c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -996,14 +996,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.2.0" +version = "3.2.2" 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.0-py2.py3-none-any.whl", hash = "sha256:f712d3688102e13c8e66b7d7dbd8934a6dda157e58635d89f7d6fecdca39ce8a"}, - {file = "pre_commit-3.2.0.tar.gz", hash = "sha256:818f0d998059934d0f81bb3667e3ccdc32da6ed7ccaac33e43dc231561ddaaa9"}, + {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"}, ] [package.dependencies] @@ -1785,4 +1785,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "1ef98e6931f18c6562c405e4d4ced75e80d9d97bf7bfba384e1be35325ae9f81" +content-hash = "3ff3309493380b24ca66824b36484f279300cfdcfadad8866cb21870c0e3b841" diff --git a/pyproject.toml b/pyproject.toml index 30aec0dd..cb431917 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ python-dateutil = "^2.8.2" python-semantic-release = "^7.33.2" black = "^23.1.0" isort = "^5.12.0" -pre-commit = "^3.2.0" +pre-commit = "^3.2.2" pytest = "^7.3.1" pytest-asyncio = "^0.20.3" pytest-cov = "^4.0.0"