From 0e493827822de682dd6a35f201fc063fd57c7ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:12:17 +0000 Subject: [PATCH] Bump pre-commit from 3.8.0 to 4.0.1 in /.github/workflows Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.8.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/v3.8.0...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-major ... 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 1509fe7..e88d271 100644 --- a/.github/workflows/pre-commit-requirements.in +++ b/.github/workflows/pre-commit-requirements.in @@ -1 +1 @@ -pre-commit==3.8.0 +pre-commit==4.0.1 diff --git a/.github/workflows/pre-commit-requirements.txt b/.github/workflows/pre-commit-requirements.txt index ae22a28..ecd904c 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.8.0 +pre-commit==4.0.1 # via -r pre-commit-requirements.in pyyaml==6.0.1 # via pre-commit