Skip to content

Commit 29cc6e5

Browse files
build(deps-dev): update ruff requirement from <0.16 to <0.17
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.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88e2388 commit 29cc6e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
extras_require={
3939
"develop": [
4040
"pyproject-fmt<3",
41-
"ruff<0.16; python_version >= '3.7'",
41+
"ruff<0.17; python_version >= '3.7'",
4242
"twine<7",
4343
"wheel<1",
4444
],

0 commit comments

Comments
 (0)