Skip to content

Commit 3920096

Browse files
chore(deps): update ruff requirement from ==0.11.* to ==0.12.* (#207)
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.11.0...0.12.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.0 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 71cc7ff commit 3920096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements-testing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pytest-timeout == 2.4.*
55
pytest-xdist == 3.8.*
66
types-PyYAML ~= 6.0
77
black == 25.*
8-
ruff == 0.11.*
9-
mypy == 1.17.*
8+
ruff == 0.12.*
9+
mypy == 1.17.*

0 commit comments

Comments
 (0)