aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 8a4b1c9a0..1196c981d 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1229,13 +1229,13 @@ testing = ["pytest", "pytest-benchmark"]
[[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]
@@ -2322,4 +2322,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "f726ebe41f7cefb2ec8429f198bfd55b64669a4405ad604cd21ab597f8336df5"
+content-hash = "af4bf74ce65b11aef950ef3216285850bc3f2b9abf6152f65d97186c71557205"
diff --git a/pyproject.toml b/pyproject.toml
index 3b7895643..2b5a8638c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ pydantic-settings = "2.0.3"
[tool.poetry.dev-dependencies]
coverage = "7.3.0"
httpx = "0.24.1"
-pre-commit = "3.3.3"
+pre-commit = "3.4.0"
pip-licenses = "4.3.2"
pytest = "7.4.1"
pytest-cov = "4.1.0"