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 9e26e6140..69adafe67 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1318,13 +1318,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.7.0" +version = "3.7.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"}, - {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"}, + {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, + {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, ] [package.dependencies] @@ -2421,4 +2421,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "e7aaa25b11552672ce3ae2b7759253777d11c9e4160008aade580f329d384e0e" +content-hash = "fc3a2efdeef0e12988b744453d6581eb1d444bd4cf6576dd3e2fa6192d9386e7" diff --git a/pyproject.toml b/pyproject.toml index 5017edaee..ad500f826 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pydantic-settings = "2.2.1" [tool.poetry.dev-dependencies] coverage = "7.5.1" httpx = "0.27.0" -pre-commit = "3.7.0" +pre-commit = "3.7.1" pip-licenses = "4.4.0" pytest = "8.2.0" pytest-cov = "5.0.0" |