diff --git a/poetry.lock b/poetry.lock index 4e36c51..1ed5148 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1202,13 +1202,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] @@ -2135,4 +2135,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "13acf8448271a59fabe67baf2ac4d1c405ff0d7e190d31d19660d4f241e085a3" +content-hash = "4a25f437496b02ea7afbe9d7afbc58c97a7751c92b5c256905e27e4d5b9bd654" diff --git a/pyproject.toml b/pyproject.toml index 788dc09..bda9076 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ python-dateutil = "^2.8.2" python-semantic-release = "^7.33.2" black = "^23.3.0" isort = "^5.12.0" -pre-commit = "^3.3.2" +pre-commit = "^3.3.3" pytest = "^7.4.0" pytest-asyncio = "^0.21.0" pytest-cov = "^4.1.0"