Update Python dependencies

This commit is contained in:
Michael Mintz 2021-02-05 23:42:57 -05:00
parent 138137f418
commit c9d7b5da8f
2 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ pymysql==0.10.1;python_version<"3.6"
pymysql==1.0.2;python_version>="3.6"
coverage==5.4
brython==3.9.1
pyotp==2.5.1
pyotp==2.6.0
boto==2.49.0
cffi==1.14.4
toml==0.10.2
@ -86,6 +86,6 @@ pyflakes==2.2.0;python_version>="3.5"
tornado==5.1.1;python_version<"3.5"
tornado==6.1;python_version>="3.5"
allure-pytest==2.8.22;python_version<"3.5"
allure-pytest==2.8.32;python_version>="3.5"
allure-pytest==2.8.33;python_version>="3.5"
pdfminer.six==20191110;python_version<"3.5"
pdfminer.six==20201018;python_version>="3.5"

View File

@ -175,7 +175,7 @@ setup(
'pymysql==1.0.2;python_version>="3.6"',
'coverage==5.4',
'brython==3.9.1',
'pyotp==2.5.1',
'pyotp==2.6.0',
'boto==2.49.0',
'cffi==1.14.4',
'toml==0.10.2',
@ -190,7 +190,7 @@ setup(
'tornado==5.1.1;python_version<"3.5"',
'tornado==6.1;python_version>="3.5"',
'allure-pytest==2.8.22;python_version<"3.5"',
'allure-pytest==2.8.32;python_version>="3.5"',
'allure-pytest==2.8.33;python_version>="3.5"',
'pdfminer.six==20191110;python_version<"3.5"',
'pdfminer.six==20201018;python_version>="3.5"',
],