Skip to content

Commit 67c12d6

Browse files
chore(deps): update ruff requirement from ==0.15.* to ==0.16.*
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.15.0...0.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df96902 commit 67c12d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pytest-timeout == 2.4.*
77
pytest-xdist == 3.8.*
88
black == 25.*; python_version == "3.9"
99
black == 26.*; python_version >= "3.10"
10-
ruff == 0.15.*
10+
ruff == 0.16.*
1111
psutil >= 5.9,< 7.3
1212
mypy == 1.19.*; python_version == "3.9"
1313
mypy == 2.3.*; python_version >= "3.10"

0 commit comments

Comments
 (0)