Skip to content

Commit eb1d0f3

Browse files
committed
Refresh Python dependencies
1 parent 848fc23 commit eb1d0f3

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
@@ -1,5 +1,5 @@
11
pip>=20.3.4;python_version<"3.6"
2-
pip>=21.3;python_version>="3.6"
2+
pip>=21.3.1;python_version>="3.6"
33
packaging>=20.9;python_version<"3.6"
44
packaging>=21.0;python_version>="3.6"
55
typing-extensions>=3.10.0.2
@@ -83,7 +83,7 @@ traitlets==4.3.3;python_version<"3.7"
8383
traitlets==5.1.0;python_version>="3.7"
8484
prompt-toolkit==1.0.18;python_version<"3.5"
8585
prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"
86-
prompt-toolkit==3.0.20;python_version>="3.6.2"
86+
prompt-toolkit==3.0.21;python_version>="3.6.2"
8787
decorator==4.4.2;python_version<"3.5"
8888
decorator==5.1.0;python_version>="3.5"
8989
ipython==5.10.0;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
116116
install_requires=[
117117
'pip>=20.3.4;python_version<"3.6"',
118-
'pip>=21.3;python_version>="3.6"',
118+
'pip>=21.3.1;python_version>="3.6"',
119119
'packaging>=20.9;python_version<"3.6"',
120120
'packaging>=21.0;python_version>="3.6"',
121121
"typing-extensions>=3.10.0.2",
@@ -199,7 +199,7 @@
199199
'traitlets==5.1.0;python_version>="3.7"',
200200
'prompt-toolkit==1.0.18;python_version<"3.5"',
201201
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501
202-
'prompt-toolkit==3.0.20;python_version>="3.6.2"',
202+
'prompt-toolkit==3.0.21;python_version>="3.6.2"',
203203
'decorator==4.4.2;python_version<"3.5"',
204204
'decorator==5.1.0;python_version>="3.5"',
205205
'ipython==5.10.0;python_version<"3.5"',

0 commit comments

Comments
 (0)