From d39788e3ec5a7ddd2e7af8c0f74d50b7c7446c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 13:18:25 +0000 Subject: [PATCH] build(deps-dev): bump pre-commit from 2.21.0 to 4.0.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.0 to 4.0.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.21.0...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit 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 bd889d5..b854572 100644 --- a/poetry.lock +++ b/poetry.lock @@ -620,13 +620,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.21.0" +version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {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"}, + {file = "pre_commit-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, + {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, ] [package.dependencies] @@ -977,4 +977,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "159782f7109d6b9f62bf4253348fa1e8c531253d4aec84b4ff0ac2d9a730554b" +content-hash = "0f716d9f8b1319f4df5c5897e5cebc0898dcb3044db7b56ee42039c616b4f351" diff --git a/pyproject.toml b/pyproject.toml index fbf99ed..4d54057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ rich = ">=12.0.1,<14.0.0" bandit = "^1.7.4" black = ">=22.10,<25.0" isort = "^5.10.1" -pre-commit = "^2.21.0" +pre-commit = ">=2.21,<5.0" pytest = "^7.2.0" pytest-cov = ">=4,<7" pytest-mock = "^3.10.0"