Skip to content

Commit 19ee996

Browse files
Update ruff requirement from <0.9,>=0.5.0 to >=0.5.0,<0.10
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.5.0...0.9.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68a4301 commit 19ee996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
[project.optional-dependencies]
4545
develop = [
4646
"check-manifest",
47-
"ruff>=0.5.0,<0.9",
47+
"ruff>=0.5.0,<0.10",
4848
"pytest",
4949
"pytest-cov",
5050
"twine>=5,<6.1"

0 commit comments

Comments
 (0)