From 5478b27b536992e43eb94d66e3ea9f7947254e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 19:44:56 +0000 Subject: [PATCH] deps: bump ruff from 0.16.6 to 0.16.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.6 to 0.16.7. - [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/0.16.6...0.16.7) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/dev.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0f7faf0..0660852 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ forgeguard = "versionsec.cli:main" dev = [ "build==1.6.1", "pytest==9.1.1", - "ruff==0.16.6", + "ruff==0.16.7", "twine==6.2.0", "pytest-cov==7.1.0", "jsonschema==4.26.0", diff --git a/requirements/dev.in b/requirements/dev.in index ae8cc7a..1e3aaa5 100644 --- a/requirements/dev.in +++ b/requirements/dev.in @@ -3,7 +3,7 @@ -r runtime.in build==1.6.1 pytest==9.1.1 -ruff==0.16.6 +ruff==0.16.7 twine==6.2.0 pytest-cov==7.1.0 jsonschema==4.26.0