diff --git a/poetry.lock b/poetry.lock index 1698fff..cd5603f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -735,13 +735,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.7.0" +version = "3.7.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {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"}, + {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, + {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, ] [package.dependencies] @@ -1105,4 +1105,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1e2861c731ad33f396d5287146d6ea4412d36ecacac4cfe513dc9da031e1c743" +content-hash = "cde1d79a7b356232c38df6959970e06a7121c8307fe449c5b5cc24b9e3dab00a" diff --git a/pyproject.toml b/pyproject.toml index f020fdb..dfea10e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ flake8-use-fstring = "^1.4" flake8-useless-assert = "^0.4.4" flake8-warnings = "^0.4.0" mypy = "^1.9.0" -pre-commit = "^3.7.0" +pre-commit = "^3.7.1" pylint = "^3.1.0" setuptools = "^69.2.0" pytest = "^8.1.1"