diff --git a/poetry.lock b/poetry.lock index e31276b7..4df3597e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -709,13 +709,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co [[package]] name = "pre-commit" -version = "3.5.0" +version = "3.6.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, - {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, + {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"}, ] [package.dependencies] @@ -1249,4 +1249,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "07e749004e05337af177cce14bc9512174f8bc1552f7f82c48f2d4840e8e3ee4" +content-hash = "241cc2ba2be6b404c4d622604896b8b1aa136eb8d0e88bdeb51dfd7f8b4bd110" diff --git a/pyproject.toml b/pyproject.toml index 0acd6fac..82be3782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "3.11.*" -pre-commit = "3.5.0" +pre-commit = "3.6.0" ruff = "0.1.6" taskipy = "1.12.2"