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 c7395141..a6bb91d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1044,13 +1044,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co  [[package]]  name = "pre-commit" -version = "3.3.3" +version = "3.4.0"  description = "A framework for managing and maintaining multi-language pre-commit hooks."  optional = false  python-versions = ">=3.8"  files = [ -    {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"}, +    {file = "pre_commit-3.4.0-py2.py3-none-any.whl", hash = "sha256:96d529a951f8b677f730a7212442027e8ba53f9b04d217c4c67dc56c393ad945"}, +    {file = "pre_commit-3.4.0.tar.gz", hash = "sha256:6bbd5129a64cad4c0dfaeeb12cd8f7ea7e15b77028d985341478c8af3c759522"},  ]  [package.dependencies] @@ -1796,4 +1796,4 @@ multidict = ">=4.0"  [metadata]  lock-version = "2.0"  python-versions = "3.11.*" -content-hash = "48bf707746b5523d6d24f960d46a38f2a53891d63252962e6bfc941f6cfb0a80" +content-hash = "1affd1db5ae34e2c4dc8e6b9f1386ac43117f093f4841464faef21d6d20c75e1" diff --git a/pyproject.toml b/pyproject.toml index 69207002..38b5e5e3 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.3" +pre-commit = "3.4.0"  python-dotenv = "1.0.0"  ruff = "0.0.285"  taskipy = "1.12.0"  |