From b5dd9a8c51fbe503ca2e639197a6a891f5da360e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 05:03:25 +0000 Subject: [PATCH] build(deps-dev): bump ruff in the python-dependencies group Bumps the python-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.16.0 to 0.16.1 - [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.0...0.16.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d95381..3e1242b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ # Kept in lockstep with the pinned ruff-pre-commit hook (.pre-commit-config.yaml). # Pinned below 0.16: ruff 0.16 formats Python code blocks inside Markdown by # default, which would make `ruff format --check .` reformat README.md. - "ruff==0.16.0", + "ruff==0.16.1", "pre-commit>=3.7", "build>=1.2", "twine>=5",