From 6f0675e994c28d93c6366f3c70b606500f14f93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 12:32:57 +0000 Subject: [PATCH] chore(deps-dev): bump ruff from 0.16.1 to 0.16.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.1 to 0.16.2. - [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.1...0.16.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 0faa6549..7c620d79 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -5,7 +5,7 @@ pytest>=8.4.1 pytest-cov>=7.1.0 pytest-xdist>=3.8.0 coverage>=7.15.2 -ruff>=0.16.1 +ruff>=0.16.2 setuptools>=80.9.0 pygments>=2.20.0 # Note: ty is run via uvx, not installed as a dependency diff --git a/requirements-dev.txt b/requirements-dev.txt index 6a84ccca..65ff489f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -35,7 +35,7 @@ pytest-cov==7.1.0 # via -r requirements-dev.in pytest-xdist==3.8.0 # via -r requirements-dev.in -ruff==0.16.1 +ruff==0.16.2 # via -r requirements-dev.in tomli==2.4.1 # via