Skip to content

Commit f3f6c6a

Browse files
Chore(deps-dev): Update ruff requirement from <0.12 to <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@v0.0.18...0.12.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f27b919 commit f3f6c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def read(path):
6969
"createcoverage>=1,<2",
7070
"mypy<1.17",
7171
"poethepoet<1",
72-
"ruff<0.12",
72+
"ruff<0.13",
7373
"stopit>=1.1.2,<2",
7474
"pytz",
7575
"zc.customdoctests>=1.0.1,<2",

0 commit comments

Comments
 (0)