diff --git a/poetry.lock b/poetry.lock index bb3cf30..5da4268 100644 --- a/poetry.lock +++ b/poetry.lock @@ -875,13 +875,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] @@ -1596,4 +1596,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "476e05af705089e1ef7a5d943ad4c4afec74b6c512dce6f1664e201d7201a689" +content-hash = "a8b99e38a918a2bbc93d106da7872197776e409689840f67c859892ee812bc67" diff --git a/pyproject.toml b/pyproject.toml index 505131f..6de2b98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ typer = "^0.9.0" [tool.poetry.dev-dependencies] black = "~24.2.0" -pre-commit = "~3.6.1" +pre-commit = "~3.6.2" flake8 = "^7.0.0" pytest-cov = "~4.1.0" pytest = "^8.0.1"