Skip to content

Commit 2b76a64

Browse files
Merge 729e1cc into 0d8bc20
2 parents 0d8bc20 + 729e1cc commit 2b76a64

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
@@ -32,7 +32,7 @@ dependencies = [
3232
dev = [
3333
"black[jupyter] >= 22,< 24",
3434
"docformatter>=1.5,<1.8",
35-
"ruff>0.0.215,<0.0.271",
35+
"ruff>0.0.215,<0.0.273",
3636
"tox>=3.20,<4.6",
3737
"twine>=3.3,<4.1", # Used to make releases to PyPI
3838
]
@@ -54,7 +54,7 @@ tests = [
5454
"pytest-console-scripts>=1.1,<1.5",
5555
"pytest-cov>=2.10,<4.2",
5656
"rstcheck[sphinx,toml]>=5.0,<6.2",
57-
"ruff>0.0.215,<0.0.271",
57+
"ruff>0.0.215,<0.0.273",
5858
"tox>=3.20,<4.6",
5959
]
6060
viz = [

0 commit comments

Comments
 (0)