Skip to content

Commit cfbb316

Browse files
committed
Update Python dependencies
1 parent beafae0 commit cfbb316

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ py==1.8.1;python_version<"3.5"
3131
py==1.10.0;python_version>="3.5"
3232
pytest==4.6.11;python_version<"3.5"
3333
pytest==6.1.2;python_version>="3.5" and python_version<"3.6"
34-
pytest==6.2.1;python_version>="3.6"
34+
pytest==6.2.2;python_version>="3.6"
3535
pytest-cov==2.11.1
3636
pytest-forked==1.3.0
3737
pytest-html==1.22.1;python_version<"3.6"
@@ -58,7 +58,7 @@ pygments==2.7.4;python_version>="3.5"
5858
traitlets==4.3.3;python_version<"3.7"
5959
traitlets==5.0.5;python_version>="3.7"
6060
prompt-toolkit==1.0.18;python_version<"3.6"
61-
prompt-toolkit==3.0.13;python_version>="3.6"
61+
prompt-toolkit==3.0.14;python_version>="3.6"
6262
ipython==5.10.0;python_version<"3.5"
6363
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
6464
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
@@ -88,6 +88,6 @@ pyflakes==2.2.0;python_version>="3.5"
8888
tornado==5.1.1;python_version<"3.5"
8989
tornado==6.1;python_version>="3.5"
9090
allure-pytest==2.8.22;python_version<"3.5"
91-
allure-pytest==2.8.31;python_version>="3.5"
91+
allure-pytest==2.8.32;python_version>="3.5"
9292
pdfminer.six==20191110;python_version<"3.5"
9393
pdfminer.six==20201018;python_version>="3.5"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
'py==1.10.0;python_version>="3.5"',
136136
'pytest==4.6.11;python_version<"3.5"',
137137
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
138-
'pytest==6.2.1;python_version>="3.6"',
138+
'pytest==6.2.2;python_version>="3.6"',
139139
'pytest-cov==2.11.1',
140140
'pytest-forked==1.3.0',
141141
'pytest-html==1.22.1;python_version<"3.6"',
@@ -163,7 +163,7 @@
163163
'traitlets==5.0.5;python_version>="3.7"',
164164
'ipython==5.10.0;python_version<"3.5"',
165165
'prompt-toolkit==1.0.18;python_version<"3.6"',
166-
'prompt-toolkit==3.0.13;python_version>="3.6"',
166+
'prompt-toolkit==3.0.14;python_version>="3.6"',
167167
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
168168
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
169169
'ipython==7.19.0;python_version>="3.7"',
@@ -192,7 +192,7 @@
192192
'tornado==5.1.1;python_version<"3.5"',
193193
'tornado==6.1;python_version>="3.5"',
194194
'allure-pytest==2.8.22;python_version<"3.5"',
195-
'allure-pytest==2.8.31;python_version>="3.5"',
195+
'allure-pytest==2.8.32;python_version>="3.5"',
196196
'pdfminer.six==20191110;python_version<"3.5"',
197197
'pdfminer.six==20201018;python_version>="3.5"',
198198
],

0 commit comments

Comments
 (0)