From c0036acb0178b8887080161331a7f00019fb4ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:23:16 +0000 Subject: [PATCH] chore(deps-dev): bump ruff from 0.3.7 to 0.16.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.7 to 0.16.0. - [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.3.7...0.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8957067..9318594 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ lint = [ "codespell==2.2.6", # https://github.com/codespell-project/codespell (latest: 2.2.6) "pylint==4.0.6", # https://github.com/pylint-dev/pylint (latest: 3.1.0) "requests==2.34.2", # https://github.com/psf/requests (latest: 2.31.0) - "ruff==0.3.7", # https://github.com/astral-sh/ruff (latest: 0.3.7) + "ruff==0.16.0", # https://github.com/astral-sh/ruff (latest: 0.3.7) "safety==3.8.1", # https://github.com/pyupio/safety (latest: 3.8.1) ] test = [