diff --git a/poetry.lock b/poetry.lock index 70dbdbd9..6a635e77 100644 --- a/poetry.lock +++ b/poetry.lock @@ -587,7 +587,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.18.1" +version = "2.19.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -951,7 +951,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "a6c4b6fc1b47ac9d710327ad9b20854295949fd27a9fb6aaa81f03b6605549c9" +content-hash = "4bebbde0d89984a189f0127a80c5338ef2f3f6b0366e332b75f11a942659dc16" [metadata.files] aiohttp = [ @@ -1462,8 +1462,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] pre-commit = [ - {file = "pre_commit-2.18.1-py2.py3-none-any.whl", hash = "sha256:02226e69564ebca1a070bd1f046af866aa1c318dbc430027c50ab832ed2b73f2"}, - {file = "pre_commit-2.18.1.tar.gz", hash = "sha256:5d445ee1fa8738d506881c5d84f83c62bb5be6b2838e32207433647e8e5ebe10"}, + {file = "pre_commit-2.19.0-py2.py3-none-any.whl", hash = "sha256:10c62741aa5704faea2ad69cb550ca78082efe5697d6f04e5710c3c229afdd10"}, + {file = "pre_commit-2.19.0.tar.gz", hash = "sha256:4233a1e38621c87d9dda9808c6606d7e7ba0e087cd56d3fe03202a01d2919615"}, ] pre-commit-hooks = [ {file = "pre_commit_hooks-4.2.0-py2.py3-none-any.whl", hash = "sha256:b3a3066c5ecd5fdda9abdc932bd064bd21785ea041659676403e6fc5d964afed"}, diff --git a/pyproject.toml b/pyproject.toml index e57eefd0..78f695b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ flake8 = "^4.0.1" flake8-docstrings = "^1.5.0" isort = "^5.10.1" mypy = "^0.950" -pre-commit = "^2.18.1" +pre-commit = "^2.19.0" pre-commit-hooks = "^4.2.0" pylint = "^2.13.8" pytest = "^7.1.2"