Skip to content

Commit 0c110b4

Browse files
committed
Update Python dependencies
1 parent 687c273 commit 0c110b4

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
@@ -58,7 +58,7 @@ pygments==2.7.4;python_version>="3.5"
5858
traitlets==4.3.3;python_version<"3.7"
5959
traitlets==5.0.5;python_version>="3.7"
6060
prompt-toolkit==1.0.18;python_version<"3.6"
61-
prompt-toolkit==3.0.15;python_version>="3.6"
61+
prompt-toolkit==3.0.16;python_version>="3.6"
6262
ipython==5.10.0;python_version<"3.5"
6363
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
6464
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
@@ -73,7 +73,7 @@ coverage==5.4
7373
brython==3.9.1
7474
pyotp==2.6.0
7575
boto==2.49.0
76-
cffi==1.14.4
76+
cffi==1.14.5
7777
toml==0.10.2
7878
Pillow==6.2.2;python_version<"3.5"
7979
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
'traitlets==4.3.3;python_version<"3.7"',
163163
'traitlets==5.0.5;python_version>="3.7"',
164164
'prompt-toolkit==1.0.18;python_version<"3.6"',
165-
'prompt-toolkit==3.0.15;python_version>="3.6"',
165+
'prompt-toolkit==3.0.16;python_version>="3.6"',
166166
'ipython==5.10.0;python_version<"3.5"',
167167
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
168168
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
@@ -177,7 +177,7 @@
177177
'brython==3.9.1',
178178
'pyotp==2.6.0',
179179
'boto==2.49.0',
180-
'cffi==1.14.4',
180+
'cffi==1.14.5',
181181
'toml==0.10.2',
182182
'Pillow==6.2.2;python_version<"3.5"',
183183
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',

0 commit comments

Comments
 (0)