Skip to content

Commit 2690822

Browse files
committed
Refresh Python dependencies
1 parent b736bb2 commit 2690822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ soupsieve==2.2.1;python_version>="3.6"
6565
beautifulsoup4==4.9.3
6666
cryptography==2.9.2;python_version<"3.5"
6767
cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"
68-
cryptography==3.4.7;python_version>="3.6"
68+
cryptography==3.4.8;python_version>="3.6"
6969
pyopenssl==19.1.0;python_version<"3.5"
7070
pyopenssl==20.0.1;python_version>="3.5"
7171
pygments==2.5.2;python_version<"3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
"beautifulsoup4==4.9.3",
181181
'cryptography==2.9.2;python_version<"3.5"',
182182
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"',
183-
'cryptography==3.4.7;python_version>="3.6"',
183+
'cryptography==3.4.8;python_version>="3.6"',
184184
'pyopenssl==19.1.0;python_version<"3.5"',
185185
'pyopenssl==20.0.1;python_version>="3.5"',
186186
'pygments==2.5.2;python_version<"3.5"',

0 commit comments

Comments
 (0)