From a1f69fa5dde5805073ee7989705bc4f767343f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 16:41:58 +0000 Subject: [PATCH 1/2] Update ruff requirement from <0.12 to <0.13 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/v0.0.18...0.12.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eaeac49..fa5afa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,7 @@ optional-dependencies.develop = [ "mypy<1.17", "poethepoet<1", "pyproject-fmt<3", - "ruff<0.12", + "ruff<0.13", "validate-pyproject<1", ] optional-dependencies.docs = [ From e36b24da54885abc1800de15469ea7862c1d5b8c Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 11 Jul 2025 01:40:27 +0200 Subject: [PATCH 2/2] Chore: Satisfy Ruff 0.12 --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8070535..7544a57 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,6 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -# ruff: noqa: ERA001 project = "Rapporto" copyright = "2011-2025, The Panodata Developers" # noqa: A001