From 36dbb64e7e12d081d3602f3a0e6132b45ea16b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 13:03:33 +0000 Subject: [PATCH] Update ruff requirement from >=0.15.12 to >=0.15.16 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.12...0.15.16) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.16 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- conda/conda-reqs-dev.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/conda-reqs-dev.txt b/conda/conda-reqs-dev.txt index 68fe9cea..259b26c7 100644 --- a/conda/conda-reqs-dev.txt +++ b/conda/conda-reqs-dev.txt @@ -22,7 +22,7 @@ pyroma>=3.1 pytest-check>=1.0.1 pytest-xdist>=2.5.0 respx>=0.20.1 -ruff>=0.6.6 +ruff>=0.15.16 sphinx_rtd_theme>=0.5.1 sphinx>=8.1.3; python_version <= '3.11' sphinx>=9.1.0; python_version >= '3.12' diff --git a/requirements-dev.txt b/requirements-dev.txt index f85a0610..d7f7b0b1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,7 +26,7 @@ pytest>=5.0.1 readthedocs-sphinx-ext==2.2.5 responses>=0.13.2 respx>=0.20.1 -ruff>=0.15.12 +ruff>=0.15.16 sphinx-rtd-theme>=3.1.0 sphinx>=8.1.3; python_version <= '3.11' sphinx>=9.1.0; python_version >= '3.12'