Skip to content

Commit c0f2c74

Browse files
chore(deps-dev): update ruff requirement from >=0.1.0 to >=0.15.12
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.1.0...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 886e3f2 commit c0f2c74

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)