diff --git a/poetry.lock b/poetry.lock index f7e00db3f..adc39af5e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4437,13 +4437,13 @@ ssv = ["swagger-spec-validator (>=2.4,<3.0)"] [[package]] name = "pre-commit" -version = "4.0.0" +version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-4.0.0-py2.py3-none-any.whl", hash = "sha256:0ca2341cf94ac1865350970951e54b1a50521e57b7b500403307aed4315a1234"}, - {file = "pre_commit-4.0.0.tar.gz", hash = "sha256:5d9807162cc5537940f94f266cbe2d716a75cfad0d78a317a92cac16287cfed6"}, + {file = "pre_commit-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, + {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, ] [package.dependencies] @@ -7111,4 +7111,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e68059801b1c17a6ae754fa3700bf6e192ae3946e835414d31d76e82b6a25ed7" +content-hash = "208ff620e3c2bab4023fec1f7dc43216b15da1943c58e68734a266513728da63" diff --git a/pyproject.toml b/pyproject.toml index c5310300d..7d7b8f8d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest = "^8.3.3" pytest-cov = "5.0.0" flake8 = "7.1.1" black = "24.10.0" -pre-commit = "4.0.0" +pre-commit = "4.0.1" pytest_httpserver = "1.1.0" trustme = "1.1.0" jupyter = "1.1.1"