From f0646319e4edf7f76fecfe686e2e61085c8a95a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:46:15 +0000 Subject: [PATCH] build(deps-dev): bump pre-commit-hooks from 4.6.0 to 5.0.0 Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 4.6.0 to 5.0.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.6.0...v5.0.0) --- updated-dependencies: - dependency-name: pre-commit-hooks dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a2e0783f..2563ec5a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1183,13 +1183,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pre-commit-hooks" -version = "4.6.0" +version = "5.0.0" description = "Some out-of-the-box hooks for pre-commit." optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit_hooks-4.6.0-py2.py3-none-any.whl", hash = "sha256:a69199e6a2d45ec59c1020a81ca1549abddc2afb798276d9a0d951752d6abbfe"}, - {file = "pre_commit_hooks-4.6.0.tar.gz", hash = "sha256:eb1f43ee67869cd41b4c59017fad4a0f9d4d61201d163f2135535aaf65035a2b"}, + {file = "pre_commit_hooks-5.0.0-py2.py3-none-any.whl", hash = "sha256:8d71cfb582c5c314a5498d94e0104b6567a8b93fb35903ea845c491f4e290a7a"}, + {file = "pre_commit_hooks-5.0.0.tar.gz", hash = "sha256:10626959a9eaf602fbfc22bc61b6e75801436f82326bfcee82bb1f2fc4bc646e"}, ] [package.dependencies] @@ -2040,4 +2040,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "64c513f70902406538f457b4ebcfc1b6a6b9a99b7a7efd4f020a05fa34978d88" +content-hash = "ca57b69eba1cdd5cf0a98fc0c4525bdf5fd20da23d4421601dbe15b57b374a7e" diff --git a/pyproject.toml b/pyproject.toml index 2c5bf43f..c1109b26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ darglint = "^1.8.1" isort = "^5.10.1" mypy = "^1.2.0" pre-commit = ">=2.20,<4.0" -pre-commit-hooks = "^4.3.0" +pre-commit-hooks = ">=4.3,<6.0" pylint = ">=2.15.5,<4.0.0" pytest = ">=7.2,<9.0" pytest-aiohttp = "^1.0.0"