diff --git a/poetry.lock b/poetry.lock index 18daddd..73ecc57 100644 --- a/poetry.lock +++ b/poetry.lock @@ -145,13 +145,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.2" +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.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.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, + {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, ] [package.dependencies] @@ -293,4 +293,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3b51d70636c8011d412b8446650c323d7faaf2b73d54a1cd6e70aaf7c48ce11e" +content-hash = "6f1d4be4db9382d8af406266ef2ef9154110f4d708faedc2efcf721ad9b736ee" diff --git a/pyproject.toml b/pyproject.toml index 610d767..4cc5595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python = "^3.10" [tool.poetry.group.dev.dependencies] pytest = "^8.2.0" -pre-commit = "^3.6.2" +pre-commit = "^3.7.1" [tool.poetry.urls] "Bug Tracker" = "https://github.com/MechanicalFlower/python-template/issues"