diff --git a/poetry.lock b/poetry.lock index 1c3b556..27d306b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -537,13 +537,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] @@ -1078,4 +1078,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "39c4fdb2f3d7460652d98bd8228c0e1f4736444679288583f57b7065cc0d3f02" +content-hash = "6796642e1268e6c2c1b038acc6bfd2263ed77f4fec8e6212da56e95c382cddfc" diff --git a/pyproject.toml b/pyproject.toml index 2de4cdf..324e903 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pydantic = ">=2.0.0" pytest = "==7.4.2" black = "==23.9.1" isort = "==5.12.0" -pre-commit = "==3.4.0" +pre-commit = "==3.5.0" pytest-asyncio = "==0.21.1" pytest-cov = "==4.1.0" pytest-mock = "==3.11.1"