Skip to content

Commit d487ac1

Browse files
chore(deps): update ruff requirement from <0.12,>=0.11 to >=0.11,<0.13 (#353)
* chore(deps): update ruff requirement from <0.12,>=0.11 to >=0.11,<0.13 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.11.0...0.12.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.0 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 05111c5 commit d487ac1

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.11,<0.12
7+
ruff>=0.12,<0.13
88
xlrd>=2.0.1,<3

0 commit comments

Comments
 (0)