diff --git a/poetry.lock b/poetry.lock index f8440c5..969d442 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2127,15 +2127,15 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.1.0" +version = "4.2.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" groups = ["dev"] markers = "sys_platform != \"linux\"" files = [ - {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"}, + {file = "pre_commit-4.2.0-py2.py3-none-any.whl", hash = "sha256:a009ca7205f1eb497d10b845e52c838a98b6cdd2102a6c8e4540e94ee75c58bd"}, + {file = "pre_commit-4.2.0.tar.gz", hash = "sha256:601283b9757afd87d40c4c4a9b2b5de9637a8ea02eaff7adc2d0fb4e04841146"}, ] [package.dependencies] @@ -4314,4 +4314,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "c2982a548938a65dfae2d0188722c908f113de111fa5d3e7c5038b3539f92aed" +content-hash = "eeee88ee977755e8142d96e0a6ef9548a401b12c8f4750fd073198b5a1d962f4" diff --git a/pyproject.toml b/pyproject.toml index 0bac560..1ada6c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pillow = "^11.1.0" [tool.poetry.group.dev.dependencies] ruff = "^0.9.9" -pre-commit = "^4.1.0" +pre-commit = "^4.2.0" pytest-cov = "^6.0.0" requests-mock = "^1.11.0" pytest = "^8.3.4"