From 7b4bfbe386ac9cd69f76106bea7b7bb5c82ae532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 07:37:40 +0000 Subject: [PATCH] Bump pre-commit-hooks from 5.0.0 to 6.0.0 Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 5.0.0 to 6.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/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pre-commit-hooks dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... 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 c8eec75..514a89a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1559,14 +1559,14 @@ virtualenv = ">=20.10.0" [[package]] name = "pre-commit-hooks" -version = "5.0.0" +version = "6.0.0" description = "Some out-of-the-box hooks for pre-commit." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {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"}, + {file = "pre_commit_hooks-6.0.0-py2.py3-none-any.whl", hash = "sha256:76161b76d321d2f8ee2a8e0b84c30ee8443e01376121fd1c90851e33e3bd7ee2"}, + {file = "pre_commit_hooks-6.0.0.tar.gz", hash = "sha256:76d8370c006f5026cdd638a397a678d26dda735a3c88137e05885a020f824034"}, ] [package.dependencies] @@ -2729,4 +2729,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "307d1583db0fb04a8d8ac0abefc32395c50c43edbbec5ae75bfc34cddcb2c78b" +content-hash = "cf5be6df7f6aa45bc5b001be455cafe41b00ac2986896fa4c5a64290e542a7f5" diff --git a/pyproject.toml b/pyproject.toml index 9779e7e..6895eee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ codespell = "^2.2.2" coverage = {version = ">=7.2,<8.0", extras = ["toml"]} mypy = ">=1.0,<1.18" pre-commit = ">=3.3.2,<5.0.0" -pre-commit-hooks = ">=4.4,<6.0" +pre-commit-hooks = ">=4.4,<7.0" pylint = ">=2.16.1,<4.0.0" pytest = ">=7.2.1,<9.0.0" pytest-asyncio = ">=0.23.4,<1.2.0"