diff --git a/poetry.lock b/poetry.lock index c281f1a..217d1e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -587,11 +587,11 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.17.0" +version = "2.18.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false -python-versions = ">=3.6.1" +python-versions = ">=3.7" [package.dependencies] cfgv = ">=2.0.0" @@ -951,7 +951,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "e401f9e7a054d934b278c5cd26b6647a5b26cd0485777d0ade282caa548e686b" +content-hash = "4638e13446c3cd3dc948b047ef4d252dd0068117d0bbe6a2d14a33a743538d71" [metadata.files] aiohttp = [ @@ -1462,8 +1462,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] pre-commit = [ - {file = "pre_commit-2.17.0-py2.py3-none-any.whl", hash = "sha256:725fa7459782d7bec5ead072810e47351de01709be838c2ce1726b9591dad616"}, - {file = "pre_commit-2.17.0.tar.gz", hash = "sha256:c1a8040ff15ad3d648c70cc3e55b93e4d2d5b687320955505587fd79bbaed06a"}, + {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"}, ] pre-commit-hooks = [ {file = "pre_commit_hooks-4.1.0-py2.py3-none-any.whl", hash = "sha256:ba95316b79038e56ce998cdacb1ce922831ac0e41744c77bcc2b9677bf183206"}, diff --git a/pyproject.toml b/pyproject.toml index a40b51a..cde269e 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.942" -pre-commit = "^2.17.0" +pre-commit = "^2.18.1" pre-commit-hooks = "^4.1.0" pylint = "^2.13.2" pytest = "^7.1.1"