Skip to content

Commit c18337d

Browse files
dependabot[bot]amotl
authored andcommitted
build(deps-dev): update ruff requirement from <0.13 to <0.14
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.13.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d136c67 commit c18337d

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
@@ -35,7 +35,7 @@
3535
],
3636
extras_require={
3737
"develop": [
38-
"ruff<0.13; python_version >= '3.7'",
38+
"ruff<0.14; python_version >= '3.7'",
3939
"twine<7",
4040
"wheel<1",
4141
],

0 commit comments

Comments
 (0)