From dee7a9d05f5ba6d9ddd7b501819db61000112e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:24:13 +0000 Subject: [PATCH] Bump ruff from 0.14.11 to 0.14.13 in the python-dependencies-dev group Bumps the python-dependencies-dev group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.14.11 to 0.14.13 - [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.14.11...0.14.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies-dev ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 920051668..ee9d69d63 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,6 +6,6 @@ pre-commit==4.5.1 pytest==9.0.2 pytest-asyncio==1.3.0 pytest-cov==7.0.0 -ruff==0.14.11 +ruff==0.14.13 types-pyyaml types-requests