From 6c6c26107eb70bc5c1397f532dea8f4ffdb634ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 09:23:01 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.15.13 to 0.15.16 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.13 to 0.15.16. - [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.15.13...0.15.16) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.16 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 484c7a5607..9bbaa39fe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev = [ "mypy==1.19.1", "pre-commit==4.3.0", "pytest-mock==3.15.1", - "ruff==0.15.13", + "ruff==0.15.16", "types-PyYAML==6.0.12.20250915", "types-requests==2.32.4.20260107", "types-urllib3==1.26.25.14", diff --git a/requirements-dev.txt b/requirements-dev.txt index 46b0042c1b..10005fac4d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mypy==1.19.1 pre-commit==4.3.0 pytest-mock==3.15.1 -ruff==0.15.13 +ruff==0.15.16 types-PyYAML==6.0.12.20250915 types-requests==2.32.4.20260107 types-urllib3==1.26.25.14