diff --git a/poetry.lock b/poetry.lock index 697a4fc..09ad0b9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1013,13 +1013,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co [[package]] name = "pre-commit" -version = "3.4.0" +version = "3.5.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.8" 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.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, + {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, ] [package.dependencies] @@ -1602,4 +1602,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "71478e013e6bf46cb2824532e463d785e08f5e47ced71edce82a5b71c2c56d5d" +content-hash = "a5747c0bc0fec4d0fbf38e378bee0d7b96ab33a019475b0f774856398c8acfb8" diff --git a/pyproject.toml b/pyproject.toml index 810349a..beb5312 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ flake8-eradicate = "^1.4.0" flake8-markdown = "^0.3.0" flake8-simplify = "^0.21.0" isort = "^5.10.1" -pre-commit = "^3.4.0" +pre-commit = "^3.5.0" pre-commit-hooks = "^4.5.0" pylint = "^3.0.1" pyupgrade = "^3.14.0"