From 155744b74cf83ad89ba3b394bb526e3cc0819d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:56:05 +0000 Subject: [PATCH] Bump pre-commit in /.github/workflows in the pip-version group Bumps the pip-version group in /.github/workflows with 1 update: [pre-commit](https://github.com/pre-commit/pre-commit). Updates `pre-commit` from 3.7.1 to 3.8.0 - [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.1...v3.8.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-version ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit-requirements.in | 2 +- .github/workflows/pre-commit-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit-requirements.in b/.github/workflows/pre-commit-requirements.in index a93b8c1..1509fe7 100644 --- a/.github/workflows/pre-commit-requirements.in +++ b/.github/workflows/pre-commit-requirements.in @@ -1 +1 @@ -pre-commit==3.7.1 +pre-commit==3.8.0 diff --git a/.github/workflows/pre-commit-requirements.txt b/.github/workflows/pre-commit-requirements.txt index 07c0f3e..ae22a28 100644 --- a/.github/workflows/pre-commit-requirements.txt +++ b/.github/workflows/pre-commit-requirements.txt @@ -16,7 +16,7 @@ nodeenv==1.8.0 # via pre-commit platformdirs==4.2.1 # via virtualenv -pre-commit==3.7.0 +pre-commit==3.8.0 # via -r pre-commit-requirements.in pyyaml==6.0.1 # via pre-commit