From a5346661fd15cb0e78ffc65100f791ff7aadb80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:58:44 +0000 Subject: [PATCH] chore(deps): bump pre-commit Bumps the ci group in /.github/workflows/resources with 1 update: [pre-commit](https://github.com/pre-commit/pre-commit). Updates `pre-commit` from 4.0.1 to 4.1.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/v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/resources/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/resources/requirements.txt b/.github/workflows/resources/requirements.txt index ab1f8e1ac..7661a4cd1 100644 --- a/.github/workflows/resources/requirements.txt +++ b/.github/workflows/resources/requirements.txt @@ -1,5 +1,5 @@ griffe~=1.5 pip==24.3.1 poetry==2.0.1 -pre-commit==4.0.1 +pre-commit==4.1.0 nox==2024.10.9