From 1a0dec78cfc99c1ff9f277e2209e2b01276c1eb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 16:32:47 +0000 Subject: [PATCH] deps: update ruff requirement from >=0.7 to >=0.15.16 in /addon/skyfield 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.7.0...0.15.16) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.16 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- addon/skyfield/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/skyfield/requirements-dev.txt b/addon/skyfield/requirements-dev.txt index b690d7d..b92619a 100644 --- a/addon/skyfield/requirements-dev.txt +++ b/addon/skyfield/requirements-dev.txt @@ -1,2 +1,2 @@ -r requirements.txt -ruff>=0.7 +ruff>=0.15.16