We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b42f30 commit 71c4cadCopy full SHA for 71c4cad
requirements.txt
@@ -119,7 +119,7 @@ pymysql==1.0.2;python_version>="3.6"
119
pyotp==2.3.0;python_version<"3.5"
120
pyotp==2.6.0;python_version>="3.5"
121
boto==2.49.0
122
-cffi==1.15.0
+cffi==1.15.1
123
toml==0.10.2
124
Pillow==6.2.2;python_version<"3.5"
125
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
setup.py
@@ -246,7 +246,7 @@
246
'pyotp==2.3.0;python_version<"3.5"',
247
'pyotp==2.6.0;python_version>="3.5"',
248
"boto==2.49.0",
249
- "cffi==1.15.0",
+ "cffi==1.15.1",
250
"toml==0.10.2",
251
'Pillow==6.2.2;python_version<"3.5"',
252
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
0 commit comments