Skip to content

Commit f8cf2f6

Browse files
Update ruff requirement from <0.1.8,>0.0.215 to >0.0.215,<0.1.9
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.1.8) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8dd3efb commit f8cf2f6

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
@@ -33,7 +33,7 @@ dependencies = [
3333
dev = [
3434
# "black[jupyter] >= 22,< 24",
3535
"docformatter>=1.5,<1.8",
36-
"ruff>0.0.215,<0.1.8",
36+
"ruff>0.0.215,<0.1.9",
3737
"tox>=3.20,<4.12",
3838
"twine>=3.3,<4.1", # Used to make releases to PyPI
3939
]
@@ -55,7 +55,7 @@ tests = [
5555
"pytest-console-scripts>=1.1,<1.5",
5656
"pytest-cov>=2.10,<4.2",
5757
"rstcheck[sphinx,toml]>=5.0,<6.3",
58-
"ruff>0.0.215,<0.1.8",
58+
"ruff>0.0.215,<0.1.9",
5959
"tox>=3.20,<4.12",
6060
]
6161
viz = [

0 commit comments

Comments
 (0)