Skip to content

Commit 59ebae7

Browse files
committed
Refresh Python dependencies
1 parent 9d5022f commit 59ebae7

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
@@ -2,8 +2,6 @@ pip>=20.3.4;python_version<"3.6"
22
pip>=21.3.1;python_version>="3.6"
33
packaging>=20.9;python_version<"3.6"
44
packaging>=21.2;python_version>="3.6"
5-
typing-extensions>=3.10.0.2;python_version<"3.8"
6-
typing-extensions>=4.0.0;python_version>="3.8"
75
setuptools>=44.1.1;python_version<"3.5"
86
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
97
setuptools>=59.1.0;python_version>="3.6"
@@ -15,6 +13,8 @@ attrs>=21.2.0
1513
PyYAML>=6.0;python_version>="3.6"
1614
traitlets>=4.3.3;python_version<"3.7"
1715
traitlets>=5.1.1;python_version>="3.7"
16+
typing-extensions==3.10.0.2;python_version<"3.8"
17+
typing-extensions>=4.0.0;python_version>="3.8"
1818
certifi>=2021.10.8
1919
sortedcontainers==2.4.0
2020
six==1.16.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@
118118
'pip>=21.3.1;python_version>="3.6"',
119119
'packaging>=20.9;python_version<"3.6"',
120120
'packaging>=21.2;python_version>="3.6"',
121-
'typing-extensions>=3.10.0.2;python_version<"3.8"', # rich: Python<3.8
122-
'typing-extensions>=4.0.0;python_version>="3.8"',
123121
'setuptools>=44.1.1;python_version<"3.5"',
124122
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
125123
'setuptools>=59.1.0;python_version>="3.6"',
@@ -131,6 +129,8 @@
131129
'PyYAML>=6.0;python_version>="3.6"',
132130
'traitlets>=4.3.3;python_version<"3.7"',
133131
'traitlets>=5.1.1;python_version>="3.7"',
132+
'typing-extensions==3.10.0.2;python_version<"3.8"', # rich: Python<3.8
133+
'typing-extensions>=4.0.0;python_version>="3.8"',
134134
"certifi>=2021.10.8",
135135
"sortedcontainers==2.4.0",
136136
"six==1.16.0",

0 commit comments

Comments
 (0)