Skip to content

Commit f345d8a

Browse files
committed
Update Python dependencies
1 parent efd17c4 commit f345d8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ pymysql==0.10.1;python_version<"3.6"
8484
pymysql==1.0.2;python_version>="3.6"
8585
pyotp==2.6.0
8686
boto==2.49.0
87-
cffi==1.14.5
87+
cffi==1.14.6
8888
toml==0.10.2
8989
Pillow==6.2.2;python_version<"3.5"
9090
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
91-
Pillow==8.3.0;python_version>="3.6"
91+
Pillow==8.3.1;python_version>="3.6"
9292
rich==10.5.0;python_version>="3.6" and python_version<"4.0"
9393
tornado==5.1.1;python_version<"3.5"
9494
tornado==6.1;python_version>="3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@
199199
'pymysql==1.0.2;python_version>="3.6"',
200200
"pyotp==2.6.0",
201201
"boto==2.49.0",
202-
"cffi==1.14.5",
202+
"cffi==1.14.6",
203203
"toml==0.10.2",
204204
'Pillow==6.2.2;python_version<"3.5"',
205205
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
206-
'Pillow==8.3.0;python_version>="3.6"',
206+
'Pillow==8.3.1;python_version>="3.6"',
207207
'rich==10.5.0;python_version>="3.6" and python_version<"4.0"',
208208
'tornado==5.1.1;python_version<"3.5"',
209209
'tornado==6.1;python_version>="3.5"',

0 commit comments

Comments
 (0)