diff --git a/poetry.lock b/poetry.lock index 44f805a..db24229 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "black" @@ -428,13 +428,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.3.2" +version = "3.6.2" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" 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.6.2-py2.py3-none-any.whl", hash = "sha256:ba637c2d7a670c10daedc059f5c49b5bd0aadbccfcd7ec15592cf9665117532c"}, + {file = "pre_commit-3.6.2.tar.gz", hash = "sha256:c3ef34f463045c88658c5b99f38c1e297abdcc0ff13f98d3370055fbbfabc67e"}, ] [package.dependencies] @@ -682,4 +682,4 @@ tokenize-rt = ">=2.1" [metadata] lock-version = "2.0" python-versions = "~3.10" -content-hash = "39731561906644cbf41cc75050b43ca87cf577615ee573c96f24a24bc303a168" +content-hash = "b5097c6e2b950316a785cd1019e180657b9fabd02b50116e1f18b73af38c56cf" diff --git a/pyproject.toml b/pyproject.toml index a4d1438..da8a0a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ flake8 = "^6.0.0" flake8-isort = "^6.0.0" isort = "^5.11.4" mypy = "^1.1.1" -pre-commit = "^3.2.1" +pre-commit = "^3.6.2" pytest = "^7.1.2" pytest-cov = "^4.1.0" pyupgrade = "^3.4.0"