diff --git a/poetry.lock b/poetry.lock index 45aa4be..9296a37 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiofiles" @@ -903,13 +903,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co [[package]] name = "pre-commit" -version = "3.6.0" +version = "3.7.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {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"}, + {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, + {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, ] [package.dependencies] @@ -1498,4 +1498,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e77037e35b9dec2735ab91d7ee3a6006199c1d3f84853dda58a6b6d742e17b85" +content-hash = "2568b77790ec9ca5fe1c3f44bf723f9bc58aa8dddd6d30c66c8fc2a9015e5a76" diff --git a/pyproject.toml b/pyproject.toml index 2a8fbda..e45f5b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pypers = "^1.3.4" [tool.poetry.dev-dependencies] black = "^23.12.1" -pre-commit = "^3.6.0" +pre-commit = "^3.7.1" isort = "^5.13.2" pylint = "^3.1.0" pyclean = "^2.7.6"