diff --git a/poetry.lock b/poetry.lock index f8440c5..025710b 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.3.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.3.0-py2.py3-none-any.whl", hash = "sha256:2b0747ad7e6e967169136edffee14c16e148a778a54e4f967921aa1ebf2308d8"}, + {file = "pre_commit-4.3.0.tar.gz", hash = "sha256:499fe450cc9d42e9d58e606262795ecb64dd05438943c62b66f6a8673da30b16"}, ] [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 = "710de322d381a74f16ff740015ea8158805cb1c191e018c1312e4740c2b9e1e8" diff --git a/pyproject.toml b/pyproject.toml index 0bac560..fe45832 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.3.0" pytest-cov = "^6.0.0" requests-mock = "^1.11.0" pytest = "^8.3.4"