Skip to content

Commit 17323dd

Browse files
committed
Update Python dependencies
1 parent 7674966 commit 17323dd

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
@@ -58,7 +58,7 @@ ipython==7.19.0;python_version>="3.7"
5858
colorama==0.4.4
5959
pathlib2==2.3.5;python_version<"3.5"
6060
importlib-metadata==2.0.0;python_version<"3.6"
61-
virtualenv>=20.2.1
61+
virtualenv>=20.2.2
6262
pymysql==0.10.1
6363
coverage==5.3
6464
brython==3.9.0
@@ -79,6 +79,6 @@ pyflakes==2.2.0;python_version>="3.5"
7979
tornado==5.1.1;python_version<"3.5"
8080
tornado==6.1;python_version>="3.5"
8181
allure-pytest==2.8.22;python_version<"3.5"
82-
allure-pytest==2.8.23;python_version>="3.5"
82+
allure-pytest==2.8.24;python_version>="3.5"
8383
pdfminer.six==20191110;python_version<"3.5"
8484
pdfminer.six==20201018;python_version>="3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
'colorama==0.4.4',
163163
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
164164
'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
165-
'virtualenv>=20.2.1', # Sync with importlib-metadata and pathlib2
165+
'virtualenv>=20.2.2', # Sync with importlib-metadata and pathlib2
166166
'pymysql==0.10.1',
167167
'coverage==5.3',
168168
'brython==3.9.0',
@@ -183,7 +183,7 @@
183183
'tornado==5.1.1;python_version<"3.5"',
184184
'tornado==6.1;python_version>="3.5"',
185185
'allure-pytest==2.8.22;python_version<"3.5"',
186-
'allure-pytest==2.8.23;python_version>="3.5"',
186+
'allure-pytest==2.8.24;python_version>="3.5"',
187187
'pdfminer.six==20191110;python_version<"3.5"',
188188
'pdfminer.six==20201018;python_version>="3.5"',
189189
],

0 commit comments

Comments
 (0)