diff --git a/poetry.lock b/poetry.lock index 8991cc3..4ca5e42 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "black" @@ -256,14 +256,14 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest- [[package]] name = "pre-commit" -version = "2.21.0" +version = "3.2.2" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"}, - {file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"}, + {file = "pre_commit-3.2.2-py2.py3-none-any.whl", hash = "sha256:0b4210aea813fe81144e87c5a291f09ea66f199f367fa1df41b55e1d26e1e2b4"}, + {file = "pre_commit-3.2.2.tar.gz", hash = "sha256:5b808fcbda4afbccf6d6633a56663fed35b6c2bc08096fd3d47ce197ac351d9d"}, ] [package.dependencies] @@ -454,4 +454,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dea12bbce6fdb15da97fd213340053df76b38747013fa52da15ef7e241a08ce1" +content-hash = "bce4d812f4e372da850bc3bff79de431663e7f9d341c2ba4462aab6b74d50d57" diff --git a/pyproject.toml b/pyproject.toml index ac4fd77..2066244 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ validator = "^0.7.1" [tool.poetry.dev-dependencies] black = "^23.3.0" flake8 = "^6.0.0" -pre-commit = "^2.21.0" +pre-commit = "^3.2.2" [tool.poetry.scripts] autofff = "autofff.__main__:main"