summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorplucury <plucury@gmail.com>2023-01-08 10:12:52 +0800
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-01-08 10:08:37 +0100
commit82b80d9c588e394afe9c61165b484a0944a4b352 (patch)
tree913938e8b5b9204f1c26f34e798b6260b6a67900 /pyproject.toml
parentfc5c93c66e9507e0590ebef10a9c528a8c345859 (diff)
downloadastroid-git-82b80d9c588e394afe9c61165b484a0944a4b352.tar.gz
bump minimal version of typing-extensions
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 576502bf..5daeca19 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ dependencies = [
"wrapt>=1.14,<2;python_version>='3.11'",
"wrapt>=1.11,<2;python_version<'3.11'",
"typed-ast>=1.4.0,<2.0;implementation_name=='cpython' and python_version<'3.8'",
- "typing-extensions>=3.10;python_version<'3.10'",
+ "typing-extensions>=4.0.0;python_version<'3.10'",
]
dynamic = ["version"]