diff --git a/poetry.lock b/poetry.lock index 5cc8ace4..f9a6cc61 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1015,14 +1015,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.1.1" +version = "3.2.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.1.1-py2.py3-none-any.whl", hash = "sha256:b80254e60668e1dd1f5c03a1c9e0413941d61f568a57d745add265945f65bfe8"}, - {file = "pre_commit-3.1.1.tar.gz", hash = "sha256:d63e6537f9252d99f65755ae5b79c989b462d511ebbc481b561db6a297e1e865"}, + {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"}, ] [package.dependencies] @@ -1805,4 +1805,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2f7783f48230e608d70fd9931d3025eaa01d16ab372d7aa9e57748bee20ec42b" +content-hash = "4296b7c95eea67c6c43f01706446f7b910cdc0471d35fb8908ce6c88086fa9fa" diff --git a/pyproject.toml b/pyproject.toml index 9847dbd7..284bcb76 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.1.1" +pre-commit = "^3.2.0" pytest = "^7.2.2" pytest-asyncio = "^0.20.3" pytest-cov = "^4.0.0"