From 6e668db12021f2a21b7941e2b38a33f5244ae94e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 06:03:30 +0000 Subject: [PATCH] Bump pre-commit-hooks from 4.1.0 to 4.2.0 Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases) - [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: pre-commit-hooks dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index a2e88323..7396b5d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -619,11 +619,11 @@ virtualenv = ">=20.0.8" [[package]] name = "pre-commit-hooks" -version = "4.1.0" +version = "4.2.0" description = "Some out-of-the-box hooks for pre-commit." category = "dev" optional = false -python-versions = ">=3.6.1" +python-versions = ">=3.7" [package.dependencies] "ruamel.yaml" = ">=0.15" @@ -965,7 +965,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "81f32d7abe003056e651970f2a6860b6c7ba44bc830e19e0c4bf9958fe9ea3df" +content-hash = "c27013871b9a9977823fb563ba54f7d189a45713db39e6b3741847750c2cba9f" [metadata.files] aiohttp = [ @@ -1495,8 +1495,8 @@ pre-commit = [ {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"}, - {file = "pre_commit_hooks-4.1.0.tar.gz", hash = "sha256:b6361865d1877c5da5ac3a944aab19ce6bd749a534d2ede28e683d07194a57e1"}, + {file = "pre_commit_hooks-4.2.0-py2.py3-none-any.whl", hash = "sha256:b3a3066c5ecd5fdda9abdc932bd064bd21785ea041659676403e6fc5d964afed"}, + {file = "pre_commit_hooks-4.2.0.tar.gz", hash = "sha256:9726420c7a071e8cb233a066d36bc074b593a40f0b1b491d1b75aafa55390703"}, ] py = [ {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, diff --git a/pyproject.toml b/pyproject.toml index 6b1fa6ca..dde5b40d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ flake8-docstrings = "^1.6.0" isort = "^5.10.1" mypy = "^0.942" pre-commit = "^2.18.1" -pre-commit-hooks = "^4.1.0" +pre-commit-hooks = "^4.2.0" pylint = "^2.13.4" pytest = "^7.1.1" pytest-asyncio = "^0.18.3"