Skip to content

Commit 020bab8

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

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.14; python_version >= '3.7'",
38+
"ruff<0.15; python_version >= '3.7'",
3939
"twine<7",
4040
"wheel<1",
4141
],

0 commit comments

Comments
 (0)