diff --git a/poetry.lock b/poetry.lock index 0ba2d6f..bd85551 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1055,13 +1055,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.2.0" +version = "3.3.3" description = "A framework for managing and maintaining multi-language pre-commit hooks." 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.3.3-py2.py3-none-any.whl", hash = "sha256:10badb65d6a38caff29703362271d7dca483d01da88f9d7e05d0b97171c136cb"}, + {file = "pre_commit-3.3.3.tar.gz", hash = "sha256:a2256f489cd913d575c145132ae196fe335da32d91a8294b7afe6622335dd023"}, ] [package.dependencies] @@ -1892,4 +1892,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c35e312dbb7c38e02169e4bff52289dffa8433c2ad8465ef612104403ae025d6" +content-hash = "7b56aa2980a87d40e27cc213b9d5c1ea07f90171964f9642605c09d78e758ec2" diff --git a/pyproject.toml b/pyproject.toml index bfd0d52..e90bdc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ Sphinx = "^7.0.1" flake8 = "^5.0.4" black = "^23.3" isort = "^5.12.0" -pre-commit = "^3.2.0" +pre-commit = "^3.3.3" pytest-cov = "^4.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.18.3"