Skip to content

Commit c9d7b5d

Browse files
committed
Update Python dependencies
1 parent 138137f commit c9d7b5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pymysql==0.10.1;python_version<"3.6"
7171
pymysql==1.0.2;python_version>="3.6"
7272
coverage==5.4
7373
brython==3.9.1
74-
pyotp==2.5.1
74+
pyotp==2.6.0
7575
boto==2.49.0
7676
cffi==1.14.4
7777
toml==0.10.2
@@ -86,6 +86,6 @@ 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.32;python_version>="3.5"
89+
allure-pytest==2.8.33;python_version>="3.5"
9090
pdfminer.six==20191110;python_version<"3.5"
9191
pdfminer.six==20201018;python_version>="3.5"

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
'pymysql==1.0.2;python_version>="3.6"',
176176
'coverage==5.4',
177177
'brython==3.9.1',
178-
'pyotp==2.5.1',
178+
'pyotp==2.6.0',
179179
'boto==2.49.0',
180180
'cffi==1.14.4',
181181
'toml==0.10.2',
@@ -190,7 +190,7 @@
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.32;python_version>="3.5"',
193+
'allure-pytest==2.8.33;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)