Skip to content

Commit 0466e06

Browse files
committed
Update Python dependencies
1 parent d04e80d commit 0466e06

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
@@ -33,7 +33,7 @@ py==1.8.1;python_version<"3.5"
3333
py==1.10.0;python_version>="3.5"
3434
pytest==4.6.11;python_version<"3.5"
3535
pytest==6.1.2;python_version>="3.5" and python_version<"3.6"
36-
pytest==6.2.2;python_version>="3.6"
36+
pytest==6.2.3;python_version>="3.6"
3737
pytest-forked==1.3.0
3838
pytest-html==1.22.1;python_version<"3.6"
3939
pytest-html==2.0.1;python_version>="3.6"
@@ -79,7 +79,7 @@ toml==0.10.2
7979
Pillow==6.2.2;python_version<"3.5"
8080
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
8181
Pillow==8.2.0;python_version>="3.6"
82-
rich==10.0.1;python_version>="3.6" and python_version<"4.0"
82+
rich==10.1.0;python_version>="3.6" and python_version<"4.0"
8383
tornado==5.1.1;python_version<"3.5"
8484
tornado==6.1;python_version>="3.5"
8585
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
'py==1.10.0;python_version>="3.5"',
140140
'pytest==4.6.11;python_version<"3.5"',
141141
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
142-
'pytest==6.2.2;python_version>="3.6"',
142+
'pytest==6.2.3;python_version>="3.6"',
143143
'pytest-forked==1.3.0',
144144
'pytest-html==1.22.1;python_version<"3.6"',
145145
'pytest-html==2.0.1;python_version>="3.6"',
@@ -185,7 +185,7 @@
185185
'Pillow==6.2.2;python_version<"3.5"',
186186
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
187187
'Pillow==8.2.0;python_version>="3.6"',
188-
'rich==10.0.1;python_version>="3.6" and python_version<"4.0"',
188+
'rich==10.1.0;python_version>="3.6" and python_version<"4.0"',
189189
'tornado==5.1.1;python_version<"3.5"',
190190
'tornado==6.1;python_version>="3.5"',
191191
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)