From 5fac7e4b73c4c9467b19aec6d9dd35a53fac53fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 03:54:22 +0000 Subject: [PATCH] Bump ruff from 0.3.4 to 0.12.10 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 to 0.12.10. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.4...0.12.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.10 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- secretscanning/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secretscanning/dev-requirements.txt b/secretscanning/dev-requirements.txt index 7cb9468..84570e5 100644 --- a/secretscanning/dev-requirements.txt +++ b/secretscanning/dev-requirements.txt @@ -2,4 +2,4 @@ flake8==7.0.0 bandit==1.7.8 mypy==1.9.0 yapf==0.43.0 -ruff==0.3.4 +ruff==0.12.10