Skip to content

Commit 0b1541d

Browse files
committed
Update Python dependencies ("pytest-xdist" and "rich")
1 parent 352e87d commit 0b1541d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pytest-ordering==0.6
3131
pytest-rerunfailures==8.0;python_version<"3.6"
3232
pytest-rerunfailures==9.0;python_version>="3.6"
3333
pytest-xdist==1.34.0;python_version<"3.5"
34-
pytest-xdist==2.0.0;python_version>="3.5"
34+
pytest-xdist==2.1.0;python_version>="3.5"
3535
parameterized==0.7.4
3636
soupsieve==1.9.6;python_version<"3.5"
3737
soupsieve==2.0.1;python_version>="3.5"
@@ -52,7 +52,7 @@ brython>=3.8.9
5252
pyotp==2.4.0
5353
boto==2.49.0
5454
cffi==1.14.2
55-
rich==5.2.1;python_version>="3.6" and python_version<"4.0"
55+
rich==6.0.0;python_version>="3.6" and python_version<"4.0"
5656
flake8==3.7.9;python_version<"3.5"
5757
flake8==3.8.3;python_version>="3.5"
5858
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
'pytest-rerunfailures==8.0;python_version<"3.6"',
124124
'pytest-rerunfailures==9.0;python_version>="3.6"',
125125
'pytest-xdist==1.34.0;python_version<"3.5"',
126-
'pytest-xdist==2.0.0;python_version>="3.5"',
126+
'pytest-xdist==2.1.0;python_version>="3.5"',
127127
'parameterized==0.7.4',
128128
'soupsieve==1.9.6;python_version<"3.5"',
129129
'soupsieve==2.0.1;python_version>="3.5"',
@@ -144,7 +144,7 @@
144144
'pyotp==2.4.0',
145145
'boto==2.49.0',
146146
'cffi==1.14.2',
147-
'rich==5.2.1;python_version>="3.6" and python_version<"4.0"',
147+
'rich==6.0.0;python_version>="3.6" and python_version<"4.0"',
148148
'flake8==3.7.9;python_version<"3.5"',
149149
'flake8==3.8.3;python_version>="3.5"',
150150
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)