Skip to content

Commit 32d99c7

Browse files
committed
Update Python dependencies
1 parent 88d1e59 commit 32d99c7

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

requirements.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,27 @@ pytest-ordering==0.6
2424
pytest-rerunfailures==8.0;python_version<"3.6"
2525
pytest-rerunfailures==9.0;python_version>="3.6"
2626
pytest-xdist==1.31.0
27-
parameterized==0.7.1
27+
parameterized==0.7.3
2828
soupsieve==1.9.5;python_version<"3.5"
2929
soupsieve==2.0;python_version>="3.5"
3030
beautifulsoup4==4.9.0
3131
atomicwrites==1.3.0
32-
portalocker==1.6.0
33-
cryptography==2.8
34-
asn1crypto==1.3.0
32+
portalocker==1.7.0
33+
cryptography==2.9
3534
pyopenssl==19.1.0
36-
packaging>=20.3
3735
pygments==2.5.2;python_version<"3.5"
3836
pygments==2.6.1;python_version>="3.5"
37+
packaging>=20.3
3938
colorama==0.4.3
40-
coverage==5.0.4
39+
brython==3.8.8
4140
pymysql==0.9.3
41+
coverage==5.1
4242
pyotp==2.3.0
4343
boto==2.49.0
4444
cffi==1.14.0
4545
tqdm==4.45.0
4646
flake8==3.7.9
47+
pyflakes==2.1.1
4748
certifi>=2020.4.5.1
4849
pdfminer.six==20191110;python_version<"3.5"
4950
pdfminer.six==20200402;python_version>="3.5"

setup.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,26 +106,27 @@
106106
'pytest-rerunfailures==8.0;python_version<"3.6"',
107107
'pytest-rerunfailures==9.0;python_version>="3.6"',
108108
'pytest-xdist==1.31.0',
109-
'parameterized==0.7.1',
109+
'parameterized==0.7.3',
110110
'soupsieve==1.9.5;python_version<"3.5"',
111111
'soupsieve==2.0;python_version>="3.5"',
112112
'beautifulsoup4==4.9.0',
113113
'atomicwrites==1.3.0',
114-
'portalocker==1.6.0',
115-
'cryptography==2.8',
116-
'asn1crypto==1.3.0',
114+
'portalocker==1.7.0',
115+
'cryptography==2.9',
117116
'pyopenssl==19.1.0',
118-
'packaging>=20.3',
119117
'pygments==2.5.2;python_version<"3.5"',
120118
'pygments==2.6.1;python_version>="3.5"',
119+
'packaging>=20.3',
121120
'colorama==0.4.3',
122-
'coverage==5.0.4',
121+
'brython==3.8.8',
123122
'pymysql==0.9.3',
123+
'coverage==5.1',
124124
'pyotp==2.3.0',
125125
'boto==2.49.0',
126126
'cffi==1.14.0',
127127
'tqdm==4.45.0',
128128
'flake8==3.7.9',
129+
'pyflakes==2.1.1',
129130
'certifi>=2020.4.5.1',
130131
'pdfminer.six==20191110;python_version<"3.5"',
131132
'pdfminer.six==20200402;python_version>="3.5"',

0 commit comments

Comments
 (0)