Skip to content

Commit f4c0864

Browse files
Update ruff requirement from <0.9.11,>0.0.215 to >0.0.215,<0.11.1
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.0.216...0.11.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e6e901 commit f4c0864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232

3333
[project.optional-dependencies]
3434
dev = [
35-
"ruff>0.0.215,<0.9.11",
35+
"ruff>0.0.215,<0.11.1",
3636
"tox>=4.16.0,<4.25",
3737
"twine>=3.3,<6.2", # Used to make releases to PyPI
3838
]
@@ -53,7 +53,7 @@ tests = [
5353
"pytest-console-scripts>=1.1,<1.5",
5454
"pytest-cov>=2.10,<6.1",
5555
"rstcheck[sphinx,toml]>=5.0,<6.3",
56-
"ruff>0.0.215,<0.9.11",
56+
"ruff>0.0.215,<0.11.1",
5757
"tox>=4.16.0,<4.25",
5858
]
5959
viz = [

0 commit comments

Comments
 (0)