Skip to content

Commit 9e24722

Browse files
authored
Merge pull request #226 from calchiwo/dependabot/pip/ruff-gte-0.15.12
chore(deps-dev): update ruff requirement from >=0.1.0 to >=0.15.12
2 parents 886e3f2 + c0f2c74 commit 9e24722

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
@@ -42,7 +42,7 @@ groq = ["groq>=0.9,<1.0"]
4242
dev = [
4343
"pytest>=7.0",
4444
"black>=23.0",
45-
"ruff>=0.1.0",
45+
"ruff>=0.15.12",
4646
"mypy>=1.0",
4747
]
4848

0 commit comments

Comments
 (0)