diff --git a/poetry.lock b/poetry.lock index c94d2a0..3a8de27 100644 --- a/poetry.lock +++ b/poetry.lock @@ -608,7 +608,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 @@ -619,8 +619,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" @@ -1013,7 +1012,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "5432975c8a8aeb09d580dadd05a980211db727d98651a0cca38c8fdf6e31633f" +content-hash = "f8fc3a2dcba3bc2408ad416cec774ec1c8585d5d66438321920517afac6fc652" [metadata.files] aiohttp = [ @@ -1575,8 +1574,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 9c3910d..6f41044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ flake8 = "^4.0.1" flake8-docstrings = "^1.6.0" 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"