From 7e7f4054531587dc968ef1427a8f09272557b665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 09:08:36 +0200 Subject: [PATCH] Bump pre-commit-hooks from 4.2.0 to 4.3.0 (#116) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 38afa40..7a80a7c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -616,7 +616,7 @@ virtualenv = ">=20.0.8" [[package]] name = "pre-commit-hooks" -version = "4.2.0" +version = "4.3.0" description = "Some out-of-the-box hooks for pre-commit." category = "dev" optional = false @@ -624,7 +624,7 @@ python-versions = ">=3.7" [package.dependencies] "ruamel.yaml" = ">=0.15" -toml = "*" +tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} [[package]] name = "py" @@ -990,7 +990,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "b01e0a2eb87523804ac1b92416d11bdaeeeeb8abce06d71ad6267f0f6ff5745a" +content-hash = "efbb33c55ae443426b53ad55e4966d15dc2875c2e450eaa028c2e064f08e5670" [metadata.files] aiohttp = [ @@ -1535,8 +1535,8 @@ pre-commit = [ {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"}, - {file = "pre_commit_hooks-4.2.0.tar.gz", hash = "sha256:9726420c7a071e8cb233a066d36bc074b593a40f0b1b491d1b75aafa55390703"}, + {file = "pre_commit_hooks-4.3.0-py2.py3-none-any.whl", hash = "sha256:9ccaf7c98794659d345080ee1ea0256a55ae059675045eebdbbc17c0be8c7e4b"}, + {file = "pre_commit_hooks-4.3.0.tar.gz", hash = "sha256:fda598a4c834d030727e6a615722718b47510f4bed72df4c949f95ba9f5aaf88"}, ] py = [ {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, diff --git a/pyproject.toml b/pyproject.toml index 138f59f..1fc1913 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ flake8-docstrings = "^1.6.0" isort = "^5.10.1" mypy = "^0.961" pre-commit = "^2.19.0" -pre-commit-hooks = "^4.2.0" +pre-commit-hooks = "^4.3.0" pylint = "^2.14.1" pytest = "^7.1.2" pytest-asyncio = "^0.18.3"