Skip to content

Commit 9d5022f

Browse files
committed
Refresh Python dependencies
1 parent 83105cb commit 9d5022f

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,8 @@ 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.6"
6-
typing-extensions>=4.0.0;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"
77
setuptools>=44.1.1;python_version<"3.5"
88
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
99
setuptools>=59.1.0;python_version>="3.6"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
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.6"',
122-
'typing-extensions>=4.0.0;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"',
123123
'setuptools>=44.1.1;python_version<"3.5"',
124124
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
125125
'setuptools>=59.1.0;python_version>="3.6"',

0 commit comments

Comments
 (0)