Skip to content

Commit 60aba2b

Browse files
chore(deps): update ruff requirement from ==0.6.* to ==0.7.* (#156)
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.6.0...0.7.1) --- 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 a4d888f commit 60aba2b

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,7 +5,7 @@ pytest-cov == 6.0.*
55
pytest-timeout == 2.3.*
66
pytest-xdist == 3.6.*
77
black == 24.*
8-
ruff == 0.6.*
8+
ruff == 0.7.*
99
mypy == 1.11.*
1010
psutil == 6.1.*
1111
types-PyYAML ~= 6.0

0 commit comments

Comments
 (0)