diff --git a/poetry.lock b/poetry.lock index 827f3f65..0bd800e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -614,7 +614,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.20.0" +version = "2.21.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -625,8 +625,7 @@ cfgv = ">=2.0.0" identify = ">=1.0.0" nodeenv = ">=0.11.1" pyyaml = ">=5.1" -toml = "*" -virtualenv = ">=20.0.8" +virtualenv = ">=20.10.0" [[package]] name = "pre-commit-hooks" @@ -1009,7 +1008,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "88e70379938386a1eb79c8351d3291aa16d330e6136e6e355c9c62fa8a2e446a" +content-hash = "38b29b59d394c93ffb808d5e4ba2c81222fc683a193dc30f7b8942eb807a1702" [metadata.files] aiohttp = [ @@ -1563,8 +1562,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] pre-commit = [ - {file = "pre_commit-2.20.0-py2.py3-none-any.whl", hash = "sha256:51a5ba7c480ae8072ecdb6933df22d2f812dc897d5fe848778116129a681aac7"}, - {file = "pre_commit-2.20.0.tar.gz", hash = "sha256:a978dac7bc9ec0bcee55c18a277d553b0f419d259dadb4b9418ff2d00eb43959"}, + {file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"}, + {file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"}, ] pre-commit-hooks = [ {file = "pre_commit_hooks-4.4.0-py2.py3-none-any.whl", hash = "sha256:fc8837335476221ccccda3d176ed6ae29fe58753ce7e8b7863f5d0f987328fc6"}, diff --git a/pyproject.toml b/pyproject.toml index 967ac269..da9106a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ flake8-markdown = "^0.3.0" flake8-simplify = "^0.19.3" isort = "^5.11.4" mypy = "^0.991" -pre-commit = "^2.20.0" +pre-commit = "^2.21.0" pre-commit-hooks = "^4.4.0" pylint = "^2.15.9" pytest = "^7.2.0"