Skip to content

Commit 63e7a5c

Browse files
authored
Merge pull request #283 from finos/dependabot/pip/ruff-gte-0.5.0-and-lt-0.13
Update ruff requirement from <0.12,>=0.5.0 to >=0.5.0,<0.13
2 parents 0214824 + abac49e commit 63e7a5c

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

0 commit comments

Comments
 (0)