From 2a32b94494bef361a78fc1cd9ec0f56320ff0813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 18:45:35 +0000 Subject: [PATCH] chore(deps-dev): Bump ruff from 0.16.4 to 0.16.6 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.4 to 0.16.6. - [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.16.4...0.16.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd0a6a6..4fb8313 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ Issues = "https://github.com/LearningHouseService/pvlearn/issues" [project.optional-dependencies] dev = [ "setuptools-scm[toml]==10.2.1", - "ruff==0.16.4", + "ruff==0.16.6", "tomli==2.4.1", "pyright==1.1.411", "pytest==9.1.1",