diff --git a/poetry.lock b/poetry.lock index 93ba66d..60ba7e5 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 = "anyio" @@ -623,13 +623,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.4.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.4.0-py2.py3-none-any.whl", hash = "sha256:96d529a951f8b677f730a7212442027e8ba53f9b04d217c4c67dc56c393ad945"}, - {file = "pre_commit-3.4.0.tar.gz", hash = "sha256:6bbd5129a64cad4c0dfaeeb12cd8f7ea7e15b77028d985341478c8af3c759522"}, + {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] @@ -944,4 +944,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "564146e3f34ce2742620d60cee08c1011a8034380d4517ab9d277511c7277536" +content-hash = "351d32766edc71b5956977f95c1edc7a8bbb9dcbeb40691a1d1fbfe25172b585" diff --git a/pyproject.toml b/pyproject.toml index bc4850f..fdd7148 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pytest-cov = "^4.0.0" pytest-mypy = "^0.10.0" pytest-mock = "^3.7.0" isort = "^5.10.1" -pre-commit = "^3.4.0" +pre-commit = "^3.6.0" black = "^23.9.1" flake8 = "^6.0.0" flake8-docstrings = "^1.6.0"