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 184cdc430..3e2551ff7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1234,13 +1234,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.4.0" +version = "3.5.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.8" files = [ - {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"}, + {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, + {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, ] [package.dependencies] @@ -2356,4 +2356,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "8e8fcd63e668d0c01676fc790b72204cdd0d9ba32ff3207fd69562321aa36ec3" +content-hash = "e0f5ba2e5f04f298fa8bb6596887e306182ff3d9b4a75a393ebeedc9a947c6d3" diff --git a/pyproject.toml b/pyproject.toml index 629909b25..c2642d5bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pydantic-settings = "2.0.3" [tool.poetry.dev-dependencies] coverage = "7.3.2" httpx = "0.25.0" -pre-commit = "3.4.0" +pre-commit = "3.5.0" pip-licenses = "4.3.3" pytest = "7.4.2" pytest-cov = "4.1.0" |