Skip to content

Commit 2b29af2

Browse files
Update ruff requirement from <0.14.0,>=0.7.1 to >=0.7.1,<0.15.0
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.7.1...0.14.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8392b4c commit 2b29af2

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
@@ -35,7 +35,7 @@ tests = [
3535
"mypy~=1.13",
3636
"pytest~=8.3",
3737
"pytest-cov>=5,<8",
38-
"ruff>=0.7.1,<0.14.0",
38+
"ruff>=0.7.1,<0.15.0",
3939
"types-requests~=2.32",
4040
]
4141
experiment = [

0 commit comments

Comments
 (0)