diff --git a/poetry.lock b/poetry.lock index fcd1513..fe9312a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -684,13 +684,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] @@ -1059,4 +1059,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "d5fc36b6df1a24baed9e830fbcfa6f6a2b5387dc572c639907cff96f871b751d" +content-hash = "033581869deff0d4f6f516fc2feb32d490173321d694431fe3024383e64f90ac" diff --git a/pyproject.toml b/pyproject.toml index 788e0f1..dbad7d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dockerfile-parse = "2.0.1" furl = "2.1.3" httpx = "0.28.1" pytest = "8.3.4" -pre-commit = "4.0.1" +pre-commit = "4.1.0" pytest-cookies = "0.7.0" pytest-cov = "6.0.0" toml = "0.10.2"