Skip to content

Commit a02a833

Browse files
committed
Update ruff version
1 parent a4b9989 commit a02a833

3 files changed

+3
-3
lines changed

min-extra-requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pytest-cov==2.8
102102
pytest-factoryboy==2.0.3
103103
pytest-xdist[psutil]==2.4
104104
pytest==7.0
105-
ruff==0.0.265
105+
ruff==0.2.0
106106
scipy==1.7.2
107107
setuptools==65.5.0
108108
sphinx==4.4

min-requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pytest-cov==2.8
9797
pytest-factoryboy==2.0.3
9898
pytest-xdist[psutil]==2.4
9999
pytest==7.0
100-
ruff==0.0.265
100+
ruff==0.2.0
101101
setuptools==65.5.0
102102
sphinx==4.4
103103
sphinx_rtd_theme==1.0

requirements-dev.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pytest-cache>=1.0
3535
pytest-cov>=2.8
3636
pytest-factoryboy>=2.0.3
3737
pytest-xdist[psutil]>=2.4
38-
ruff>=0.0.265
38+
ruff>=0.2.0
3939
sphinx>=4.4
4040
sphinx_rtd_theme>=1.0
4141
tomli>=2.0.1;python_version<'3.11'

0 commit comments

Comments
 (0)