Skip to content

Commit 78e1316

Browse files
chore(deps): update ruff requirement from ==0.12.* to ==0.13.*
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.12.0...0.13.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8af4bb commit 78e1316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ pytest-cov == 6.3.*
55
pytest-timeout == 2.4.*
66
pytest-xdist == 3.8.*
77
black == 25.*
8-
ruff == 0.12.*
8+
ruff == 0.13.*
99
mypy == 1.17.*
1010
psutil >= 5.9,< 7.1

0 commit comments

Comments
 (0)