From ec724b921ae3f387e74d037efb6dac7e31fbbc26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:48:41 +0000 Subject: [PATCH] Update pre-commit requirement from <4.0,>=3.0 to >=3.0,<5.0 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [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/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7aeb07e2..95ca60a9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ flake8-pytest-style >=2.0, <3.0 flake8-rst-docstrings >=0.2.6, <1.0 isort >=5.0, <6.0 pep8-naming >=0.1, <1.0 -pre-commit >=3.0, <4.0 +pre-commit >=3.0, <5.0 pytest >=8.0, <9.0 shellcheck-py >=0.1, <1.0 shfmt-py >=3.0, <4.0