diff options
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 3ed58a09..be117a25 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1051,13 +1051,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest- [[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] @@ -1790,4 +1790,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "f44f6fb50211d76e602e9f24891a8f8860b92d323c12e765ffc0a7125516da02" +content-hash = "00298c35e905c9a9622785a985f84e710e2db2e0d94628cd04dc75b88290ba96" diff --git a/pyproject.toml b/pyproject.toml index 8d313ad6..ea2f06d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pydantic = { version = "1.10.9", extras = ["dotenv"]} [tool.poetry.dev-dependencies] isort = "5.12.0" pip-licenses = "4.3.2" -pre-commit = "3.3.2" +pre-commit = "3.3.3" python-dotenv = "1.0.0" ruff = "0.0.272" taskipy = "1.11.0" |