Skip to content

Commit 8c5da03

Browse files
chore(deps): update ruff requirement from ==0.9.* to ==0.11.* (#187)
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](astral-sh/ruff@0.9.0...0.11.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b6d965 commit 8c5da03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-testing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ pillow == 11.* # for linting and integ tests
66
pytest == 8.*
77
pytest-cov == 6.*
88
pytest-xdist == 3.*
9-
ruff == 0.9.*
9+
ruff == 0.11.*
1010
types-pyyaml == 6.*
1111
twine == 6.*

0 commit comments

Comments
 (0)