diff --git a/poetry.lock b/poetry.lock index 1939501d8c..22554c086c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -940,13 +940,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] @@ -1817,4 +1817,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "8fbab9a4a6d7d1438c5735a1c7729288790d8894a0dc7be791c6ca533dbc6eb9" +content-hash = "d6a0060c879048610488d116813d63c43114854b7accf897925414901fac0ef2" diff --git a/pyproject.toml b/pyproject.toml index 69f0a86018..bdb883d9dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pydantic-settings = "2.1.0" [tool.poetry.dev-dependencies] pip-licenses = "4.3.3" -pre-commit = "3.5.0" +pre-commit = "3.6.0" python-dotenv = "1.0.0" ruff = "0.1.7" taskipy = "1.12.2"