diff --git a/poetry.lock b/poetry.lock index 50129943..9034a1e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1132,13 +1132,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.3.2" +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.3.2-py2.py3-none-any.whl", hash = "sha256:8056bc52181efadf4aac792b1f4f255dfd2fb5a350ded7335d251a68561e8cb6"}, - {file = "pre_commit-3.3.2.tar.gz", hash = "sha256:66e37bec2d882de1f17f88075047ef8962581f83c234ac08da21a0c58953d1f0"}, + {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] @@ -1845,4 +1845,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "64e205960ccd54c3d3ac735fc9f90a8333a67c772db6574225e4b1c74d1ea4f2" +content-hash = "e23832b70450fcef97e132b280b8a3be719f52fe79ee6039a3eed4ce90fee7e2" diff --git a/pyproject.toml b/pyproject.toml index c1af7d59..d12e9ebf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ flake8 = "^4.0.1" flake8-docstrings = "^1.7.0" isort = "^5.12.0" mypy = "^1.3" -pre-commit = "^3.3.2" +pre-commit = "^3.3.3" pre-commit-hooks = "^4.4.0" pylint = "^2.17.4" pytest = "^7.3.2"