From 41b08c89316144ae5c7812b49916b411e1c960bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:29:58 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.16.4 to 0.16.5 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.4 to 0.16.5. - [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.4...0.16.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fbb97053fa..26cc8fbd95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ "mypy==2.3.1", "pre-commit==4.6.2", "pytest-mock==3.15.1", - "ruff==0.16.4", + "ruff==0.16.5", "types-PyYAML==6.0.12.20260815", "types-requests==2.33.0.20260712", "types-urllib3==1.26.25.14", diff --git a/requirements-dev.txt b/requirements-dev.txt index 1f6b3ecdad..0a85acf7c6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mypy==2.3.1 pre-commit==4.6.2 pytest-mock==3.15.1 -ruff==0.16.4 +ruff==0.16.5 types-PyYAML==6.0.12.20260815 types-requests==2.33.0.20260712 types-urllib3==1.26.25.14