From 7d3ad8876b848ba776c07ce4144421c4e3b0eb9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 01:24:59 +0000 Subject: [PATCH] deps: bump ruff from 0.16.0 to 0.16.1 in the dev-tooling group Bumps the dev-tooling group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.16.0 to 0.16.1 - [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.0...0.16.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-tooling ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 932ec41..fd2539b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "pytest-cov>=7.1.0", "pytest-asyncio>=1.4.0", "hypothesis>=6.163.0", - "ruff==0.16.0", + "ruff==0.16.1", "bandit==1.9.4", ]