Skip to content

Commit f2f252a

Browse files
committed
Refresh a Python dependency
1 parent d5fba2c commit f2f252a

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
@@ -29,7 +29,7 @@ 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-
cryptography==2.9
32+
cryptography==2.9.2
3333
pyopenssl==19.1.0
3434
pygments==2.5.2;python_version<"3.5"
3535
pygments==2.6.1;python_version>="3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
'soupsieve==2.0;python_version>="3.5"',
112112
'beautifulsoup4==4.9.0',
113113
'atomicwrites==1.3.0',
114-
'cryptography==2.9',
114+
'cryptography==2.9.2',
115115
'pyopenssl==19.1.0',
116116
'pygments==2.5.2;python_version<"3.5"',
117117
'pygments==2.6.1;python_version>="3.5"',

0 commit comments

Comments
 (0)