diff --git a/poetry.lock b/poetry.lock index 9b26b11..0085361 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1002,13 +1002,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.2" +version = "3.7.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.6.2-py2.py3-none-any.whl", hash = "sha256:ba637c2d7a670c10daedc059f5c49b5bd0aadbccfcd7ec15592cf9665117532c"}, - {file = "pre_commit-3.6.2.tar.gz", hash = "sha256:c3ef34f463045c88658c5b99f38c1e297abdcc0ff13f98d3370055fbbfabc67e"}, + {file = "pre_commit-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"}, + {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"}, ] [package.dependencies] @@ -1919,4 +1919,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "34c4af3ba94742b68f2d62d88525752d7ccb1544ab6a8636070b3b6f03580733" +content-hash = "13c1f72179abf67d6b55b6026c08a7e8e9d69f08080415b3d43bf506f66defb3" diff --git a/pyproject.toml b/pyproject.toml index 52e4320..4e77e9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ black = "24.3.0" isort = "5.13.2" mypy = "1.9.0" pylint = "3.1.0" -pre-commit = "3.6.2" +pre-commit = "3.7.0" types-Pillow = "10.2.0.20240324" [tool.poetry.group.test.dependencies]