From 584d58609babf80620ce2b25f2288196e9667f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:48:14 +0000 Subject: [PATCH] build(deps-dev): update pre-commit requirement from ~=3.7.0 to ~=3.8.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.7.0...v3.8.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 61d3f5d..aa96471 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ black~=24.4.0 commitizen~=3.27.0 matplotlib~=3.9.0 packaging~=24.0.0 -pre-commit~=3.7.0 +pre-commit~=3.8.0 PyGithub~=2.3.0 pyupgrade~=3.15.0 yamllint~=1.35.0