Skip to content

Commit 0214824

Browse files
authored
Merge pull request #282 from finos/dependabot/pip/ruff-gte-0.5.0-and-lt-0.12
Update ruff requirement from <0.10,>=0.5.0 to >=0.5.0,<0.12
2 parents 198ad9d + fc241c3 commit 0214824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.10",
47+
"ruff>=0.5.0,<0.12",
4848
"pytest",
4949
"pytest-cov",
5050
"twine>=5,<6.2"

0 commit comments

Comments
 (0)