Skip to content

Commit aa7c0aa

Browse files
Update ruff requirement from <0.3.1,>0.0.215 to >0.0.215,<0.3.3
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...v0.3.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e133c1e commit aa7c0aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131

3232
[project.optional-dependencies]
3333
dev = [
34-
"ruff>0.0.215,<0.3.1",
34+
"ruff>0.0.215,<0.3.3",
3535
"tox>=3.20,<4.14",
3636
"twine>=3.3,<5.1", # Used to make releases to PyPI
3737
]
@@ -52,7 +52,7 @@ tests = [
5252
"pytest-console-scripts>=1.1,<1.5",
5353
"pytest-cov>=2.10,<4.2",
5454
"rstcheck[sphinx,toml]>=5.0,<6.3",
55-
"ruff>0.0.215,<0.3.1",
55+
"ruff>0.0.215,<0.3.3",
5656
"tox>=3.20,<4.14",
5757
]
5858
viz = [

0 commit comments

Comments
 (0)