diff --git a/poetry.lock b/poetry.lock index 2253405..1e24ab4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -145,13 +145,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.1" +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.1-py2.py3-none-any.whl", hash = "sha256:9fe989afcf095d2c4796ce7c553cf28d4d4a9b9346de3cda079bcf40748454a4"}, - {file = "pre_commit-3.6.1.tar.gz", hash = "sha256:c90961d8aa706f75d60935aba09469a6b0bcb8345f127c3fbee4bdc5f114cf4b"}, + {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] @@ -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 = "37ea3c4ad1123a7fe0e355a473f16610b1cd96003ba4fe67b0aa08de3225ac0e" +content-hash = "136619043f949a51616bc0033e015691a567c72ece813cef351dc817b532293a" diff --git a/pyproject.toml b/pyproject.toml index 195b3fa..b5593a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python = "^3.10" [tool.poetry.group.dev.dependencies] pytest = "^8.0.0" -pre-commit = "^3.6.1" +pre-commit = "^3.6.2" [tool.poetry.urls] "Bug Tracker" = "https://github.com/MechanicalFlower/python-template/issues"