Skip to content

Commit 866a237

Browse files
chore(deps): update ruff requirement from <0.10,>=0.9 to >=0.9,<0.11 (#335)
* chore(deps): update ruff requirement from <0.10,>=0.9 to >=0.9,<0.11 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.9.0...0.10.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 d840efc commit 866a237

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.9,<0.10
7+
ruff>=0.10,<0.11
88
xlrd>=2.0.1,<3

0 commit comments

Comments
 (0)