Skip to content

Commit df42cd5

Browse files
committed
Update Python dependencies
1 parent adb1998 commit df42cd5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PyYAML>=5.4.1;python_version>="3.6"
1111
certifi>=2020.12.5
1212
six==1.15.0
1313
nose==1.3.7
14-
ipdb==0.13.4
14+
ipdb==0.13.5
1515
parso==0.7.1;python_version<"3.6"
1616
parso==0.8.1;python_version>="3.6"
1717
jedi==0.17.2;python_version<"3.6"
@@ -77,15 +77,15 @@ cffi==1.14.5
7777
toml==0.10.2
7878
Pillow==6.2.2;python_version<"3.5"
7979
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
80-
Pillow==8.1.0;python_version>="3.6"
81-
rich==9.12.3;python_version>="3.6" and python_version<"4.0"
80+
Pillow==8.1.1;python_version>="3.6"
81+
rich==9.12.4;python_version>="3.6" and python_version<"4.0"
8282
flake8==3.7.9;python_version<"3.5"
8383
flake8==3.8.4;python_version>="3.5"
8484
pyflakes==2.1.1;python_version<"3.5"
8585
pyflakes==2.2.0;python_version>="3.5"
8686
tornado==5.1.1;python_version<"3.5"
8787
tornado==6.1;python_version>="3.5"
8888
allure-pytest==2.8.22;python_version<"3.5"
89-
allure-pytest==2.8.34;python_version>="3.5"
89+
allure-pytest==2.8.35;python_version>="3.5"
9090
pdfminer.six==20191110;python_version<"3.5"
9191
pdfminer.six==20201018;python_version>="3.5"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
'certifi>=2020.12.5',
116116
'six==1.15.0',
117117
'nose==1.3.7',
118-
'ipdb==0.13.4',
118+
'ipdb==0.13.5',
119119
'parso==0.7.1;python_version<"3.6"',
120120
'parso==0.8.1;python_version>="3.6"',
121121
'jedi==0.17.2;python_version<"3.6"',
@@ -181,16 +181,16 @@
181181
'toml==0.10.2',
182182
'Pillow==6.2.2;python_version<"3.5"',
183183
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
184-
'Pillow==8.1.0;python_version>="3.6"',
185-
'rich==9.12.3;python_version>="3.6" and python_version<"4.0"',
184+
'Pillow==8.1.1;python_version>="3.6"',
185+
'rich==9.12.4;python_version>="3.6" and python_version<"4.0"',
186186
'flake8==3.7.9;python_version<"3.5"',
187187
'flake8==3.8.4;python_version>="3.5"',
188188
'pyflakes==2.1.1;python_version<"3.5"',
189189
'pyflakes==2.2.0;python_version>="3.5"',
190190
'tornado==5.1.1;python_version<"3.5"',
191191
'tornado==6.1;python_version>="3.5"',
192192
'allure-pytest==2.8.22;python_version<"3.5"',
193-
'allure-pytest==2.8.34;python_version>="3.5"',
193+
'allure-pytest==2.8.35;python_version>="3.5"',
194194
'pdfminer.six==20191110;python_version<"3.5"',
195195
'pdfminer.six==20201018;python_version>="3.5"',
196196
],

0 commit comments

Comments
 (0)