Skip to content

Commit 4d21013

Browse files
chore(deps): update ruff requirement from <0.11,>=0.10 to >=0.11,<0.12 (#336)
* chore(deps): update ruff requirement from <0.11,>=0.10 to >=0.10,<0.12 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.10.0...0.11.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update test-requirements.txt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luka Peschke <luka.peschke@toucantoco.com>
1 parent 866a237 commit 4d21013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ pre-commit>=2.20.0,<5
44
pytest>=7.1.3
55
pytest-benchmark>=4.0.0,<6
66
pytest-mock>=3.1
7-
ruff>=0.10,<0.11
7+
ruff>=0.11,<0.12
88
xlrd>=2.0.1,<3

0 commit comments

Comments
 (0)