From 52156f945c0f44ef1e3a450391a4ba7f9797f509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 15:03:03 +0000 Subject: [PATCH] build(deps): bump pre-commit from 4.5.1 to 4.6.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.5.1 to 4.6.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.5.1...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe1f69703..57b4e25a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ packages = ["floss", "floss.sigs"] # These dependencies are not used in production environments # and should not conflict with other libraries/tooling. dev = [ - "pre-commit==4.5.1", + "pre-commit==4.6.0", "pyyaml==6.0.1", "pytest==9.0.3", "pytest-sugar==1.1.1", diff --git a/requirements.txt b/requirements.txt index cf2b1a44f..ebf4b883e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ pefile==2024.8.26 pip==26.0 platformdirs==4.9.6 pluggy==1.6.0 -pre-commit==4.5.1 +pre-commit==4.6.0 pyasn1==0.6.3 pyasn1-modules==0.4.2 pycodestyle==2.14.0