Skip to content

Commit 82b80d9

Browse files
plucuryDanielNoord
authored andcommitted
bump minimal version of typing-extensions
1 parent fc5c93c commit 82b80d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"wrapt>=1.14,<2;python_version>='3.11'",
3737
"wrapt>=1.11,<2;python_version<'3.11'",
3838
"typed-ast>=1.4.0,<2.0;implementation_name=='cpython' and python_version<'3.8'",
39-
"typing-extensions>=3.10;python_version<'3.10'",
39+
"typing-extensions>=4.0.0;python_version<'3.10'",
4040
]
4141
dynamic = ["version"]
4242

requirements_test_min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
coverage~=7.0
22
pytest
33
pytest-cov~=4.0
4-
typing-extensions>=3.10
4+
typing-extensions>=4.0.0

0 commit comments

Comments
 (0)