From e1403c81b5bfc43758beb16fd3a3f5814500dca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 05:13:39 +0000 Subject: [PATCH] Bump ruff from 0.14.0 to 0.14.1 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.0 to 0.14.1 - [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.0...0.14.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.1 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 22519031f..1f04acefc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,6 +6,6 @@ pre-commit==4.3.0 pytest==8.4.2 pytest-asyncio==1.2.0 pytest-cov==7.0.0 -ruff==0.14.0 +ruff==0.14.3 types-pyyaml types-requests