Skip to content

Commit aeeca88

Browse files
committed
Refresh Python dependencies
1 parent 59ebae7 commit aeeca88

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ attrs>=21.2.0
1313
PyYAML>=6.0;python_version>="3.6"
1414
traitlets>=4.3.3;python_version<"3.7"
1515
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"
1816
certifi>=2021.10.8
1917
sortedcontainers==2.4.0
2018
six==1.16.0
@@ -109,6 +107,7 @@ toml==0.10.2
109107
Pillow==6.2.2;python_version<"3.5"
110108
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
111109
Pillow==8.4.0;python_version>="3.6"
110+
typing-extensions==3.10.0.2;python_version<"3.8"
112111
rich==10.13.0;python_version>="3.6" and python_version<"4.0"
113112
tornado==5.1.1;python_version<"3.5"
114113
tornado==6.1;python_version>="3.5"

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@
129129
'PyYAML>=6.0;python_version>="3.6"',
130130
'traitlets>=4.3.3;python_version<"3.7"',
131131
'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"',
134132
"certifi>=2021.10.8",
135133
"sortedcontainers==2.4.0",
136134
"six==1.16.0",
@@ -225,6 +223,7 @@
225223
'Pillow==6.2.2;python_version<"3.5"',
226224
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
227225
'Pillow==8.4.0;python_version>="3.6"',
226+
'typing-extensions==3.10.0.2;python_version<"3.8"', # Sync with "rich"
228227
'rich==10.13.0;python_version>="3.6" and python_version<"4.0"',
229228
'tornado==5.1.1;python_version<"3.5"',
230229
'tornado==6.1;python_version>="3.5"',

0 commit comments

Comments
 (0)