Skip to content

Commit 4657667

Browse files
committed
Update Python dependencies
1 parent 8591dbc commit 4657667

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
@@ -41,12 +41,12 @@ beautifulsoup4==4.9.1
4141
cryptography==3.0;python_version<"3.6"
4242
cryptography==3.1;python_version>="3.6"
4343
pyopenssl==19.1.0
44-
prompt-toolkit==1.0.18;python_version<"3.6.1"
45-
prompt-toolkit==3.0.7;python_version>="3.6.1"
4644
pygments==2.5.2;python_version<"3.5"
4745
pygments==2.6.1;python_version>="3.5"
4846
traitlets==4.3.3;python_version<"3.7"
4947
traitlets==5.0.0;python_version>="3.7"
48+
prompt-toolkit==1.0.18;python_version<"3.6"
49+
prompt-toolkit==3.0.7;python_version>="3.6"
5050
ipython==5.10.0;python_version<"3.5"
5151
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
5252
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@
133133
'cryptography==3.0;python_version<"3.6"',
134134
'cryptography==3.1;python_version>="3.6"',
135135
'pyopenssl==19.1.0',
136-
'prompt-toolkit==1.0.18;python_version<"3.6.1"',
137-
'prompt-toolkit==3.0.7;python_version>="3.6.1"',
138136
'pygments==2.5.2;python_version<"3.5"',
139137
'pygments==2.6.1;python_version>="3.5"',
140138
'traitlets==4.3.3;python_version<"3.7"',
141139
'traitlets==5.0.0;python_version>="3.7"',
142140
'ipython==5.10.0;python_version<"3.5"',
141+
'prompt-toolkit==1.0.18;python_version<"3.6"',
142+
'prompt-toolkit==3.0.7;python_version>="3.6"',
143143
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
144144
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
145145
'ipython==7.18.1;python_version>="3.7"',

0 commit comments

Comments
 (0)