Skip to content

Commit 71c4cad

Browse files
committed
Refresh a Python dependency
1 parent 5b42f30 commit 71c4cad

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
@@ -119,7 +119,7 @@ pymysql==1.0.2;python_version>="3.6"
119119
pyotp==2.3.0;python_version<"3.5"
120120
pyotp==2.6.0;python_version>="3.5"
121121
boto==2.49.0
122-
cffi==1.15.0
122+
cffi==1.15.1
123123
toml==0.10.2
124124
Pillow==6.2.2;python_version<"3.5"
125125
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
'pyotp==2.3.0;python_version<"3.5"',
247247
'pyotp==2.6.0;python_version>="3.5"',
248248
"boto==2.49.0",
249-
"cffi==1.15.0",
249+
"cffi==1.15.1",
250250
"toml==0.10.2",
251251
'Pillow==6.2.2;python_version<"3.5"',
252252
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',

0 commit comments

Comments
 (0)