diff --git a/poetry.lock b/poetry.lock index 2bb2b5c..acd028f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -814,13 +814,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2.1)", "pytes [[package]] name = "pre-commit" -version = "3.6.0" +version = "3.7.0" 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.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"}, + {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"}, ] [package.dependencies] @@ -1400,4 +1400,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8217a318fdc7b26e373b6426c185de7f6cad3f0d4460cebac0296366b6875d67" +content-hash = "65c9b3cf4f1a397aa2658e20909849f2d5d3bb1df4f7e477fb3922e7083fdfb8" diff --git a/pyproject.toml b/pyproject.toml index 22cc093..2d37731 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pyromod = "^2.1.0" [tool.poetry.dev-dependencies] black = "^23.12.1" pylint = "^3.0.2" -pre-commit = "^3.6.0" +pre-commit = "^3.7.0" pyclean = "^2.7.6" isort = "^5.13.2"