diff --git a/poetry.lock b/poetry.lock index 4033de4..024a6b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1029,13 +1029,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.0" +version = "3.6.2" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.6.0-py2.py3-none-any.whl", hash = "sha256:c255039ef399049a5544b6ce13d135caba8f2c28c3b4033277a788f434308376"}, - {file = "pre_commit-3.6.0.tar.gz", hash = "sha256:d30bad9abf165f7785c15a21a1f46da7d0677cb00ee7ff4c579fd38922efe15d"}, + {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"}, ] [package.dependencies] @@ -1563,4 +1563,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b32eb0f1601e1864bd8c5f8a4a31d75f94b9f4f0086b27d62d6a2955ef621de5" +content-hash = "f0fec513aadbfab8f8521a6e4646984e1b2e7a89fab145296c0ed98976f34866" diff --git a/pyproject.toml b/pyproject.toml index 21e440e..1dcbb72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ black = "^24.1.1" flake8 = "^7.0.0" isort = "^5.13.2" mypy = "^1.8" -pre-commit = "^3.6.0" +pre-commit = "^3.6.2" pytest = "^8.0.0" pyupgrade = "^3.15.0" typeguard = "^4.1.5"