diff --git a/poetry.lock b/poetry.lock index 318cc72b..334563a5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1079,13 +1079,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.0.1" +version = "4.1.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {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"}, + {file = "pre_commit-4.1.0-py2.py3-none-any.whl", hash = "sha256:d29e7cb346295bcc1cc75fc3e92e343495e3ea0196c9ec6ba53f49f10ab6ae7b"}, + {file = "pre_commit-4.1.0.tar.gz", hash = "sha256:ae3f018575a588e30dfddfab9a05448bfbd6b73d78709617b5a2b853549716d4"}, ] [package.dependencies] @@ -1804,4 +1804,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8d598b1f9e258c9e169fb0e6d357518c7f5cf55c3f908053369cb34b6f8db849" +content-hash = "ba3822ce33a79cd900439834ee797e15526464b3d5de3343386c4a9ec041c653" diff --git a/pyproject.toml b/pyproject.toml index 6ffc925b..39a077b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ build = "~1.2.0" griffe = "~1.5.0" ipdb = "~0.13.0" mypy = "~1.14.0" -pre-commit = "~4.0.0" +pre-commit = "~4.1.0" pydoc-markdown = "~4.8.0" pytest = "~8.3.0" pytest-asyncio = "~0.25.0"