Skip to content

Commit a4c1a90

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.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3b0d41 commit a4c1a90

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
@@ -4,7 +4,7 @@ mypy == 2.*
44
pytest == 9.*
55
pytest-cov == 7.*
66
pytest-xdist == 3.*
7-
ruff == 0.15.*
7+
ruff == 0.16.*
88
twine == 7.*
99
types-pyyaml == 6.*
1010
# for integ tests

0 commit comments

Comments
 (0)