diff --git a/poetry.lock b/poetry.lock index 412c7c9..dd61abd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "black" @@ -234,13 +234,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest- [[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] @@ -432,4 +432,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1c79b14ac82285bd08ab7818592f2f098158e7f53ed157a42121a69f6460ecc0" +content-hash = "ecafaa0c23a2f8778a789c3d9ee75e15133cf0631cdfce5f05d25ada04207b8e" diff --git a/pyproject.toml b/pyproject.toml index 079fdd0..20c63de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ validator = "^0.7.1" [tool.poetry.dev-dependencies] black = "^23.11.0" flake8 = "^6.1.0" -pre-commit = "^3.5.0" +pre-commit = "^3.6.0" [tool.poetry.scripts] autofff = "autofff.__main__:main"