Skip to content

Commit c25817d

Browse files
committed
Refresh Python dependencies
1 parent c6ded96 commit c25817d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ beautifulsoup4==4.9.3;python_version<"3.5"
6969
beautifulsoup4==4.10.0;python_version>="3.5"
7070
cryptography==2.9.2;python_version<"3.5"
7171
cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"
72-
cryptography==3.4.8;python_version>="3.6"
72+
cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"
73+
cryptography==35.0.0;python_version>="3.7"
7374
pygments==2.5.2;python_version<"3.5"
7475
pygments==2.10.0;python_version>="3.5"
7576
traitlets==4.3.3;python_version<"3.7"
@@ -111,7 +112,8 @@ pdfminer.six==20201018;python_version>="3.5"
111112

112113
coverage==5.5;python_version<"3.6"
113114
coverage==6.0;python_version>="3.6"
114-
pytest-cov==2.12.1
115+
pytest-cov==2.12.1;python_version<"3.6"
116+
pytest-cov==3.0.0;python_version>="3.6"
115117
flake8==3.7.9;python_version<"3.5"
116118
flake8==3.9.2;python_version>="3.5"
117119
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@
185185
'beautifulsoup4==4.10.0;python_version>="3.5"',
186186
'cryptography==2.9.2;python_version<"3.5"',
187187
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"',
188-
'cryptography==3.4.8;python_version>="3.6"',
188+
'cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"',
189+
'cryptography==35.0.0;python_version>="3.7"',
189190
'pygments==2.5.2;python_version<"3.5"',
190191
'pygments==2.10.0;python_version>="3.5"',
191192
'traitlets==4.3.3;python_version<"3.7"',
@@ -227,7 +228,8 @@
227228
"coverage": [
228229
'coverage==5.5;python_version<"3.6"',
229230
'coverage==6.0;python_version>="3.6"',
230-
"pytest-cov==2.12.1",
231+
'pytest-cov==2.12.1;python_version<"3.6"',
232+
'pytest-cov==3.0.0;python_version>="3.6"',
231233
],
232234
# pip install -e .[flake]
233235
"flake": [

0 commit comments

Comments
 (0)