From a408792d9316eddd2d98ac29700985a4bd1e6c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 12:32:55 +0000 Subject: [PATCH] chore(deps-dev): bump ruff from 0.16.2 to 0.16.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.2 to 0.16.3. - [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.2...0.16.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.3 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 9ac81fe..fc20be4 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.4 -ruff>=0.16.2 +ruff>=0.16.3 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 38805ba..f9ff17e 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.2 +ruff==0.16.3 # via -r requirements-dev.in tomli==2.4.1 # via