Skip to content

Commit 2a723ff

Browse files
committed
Add typing_extensions to requirements
1 parent 4347db2 commit 2a723ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test-requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ trustme # for the ssl + DTLS tests
88
pylint # for pylint finding all symbols tests
99
jedi; implementation_name == "cpython" # for jedi code completion tests
1010
cryptography>=41.0.0 # cryptography<41 segfaults on pypy3.10
11+
typing_extensions >= 4.15.0
1112

1213
# Tools
1314
black; implementation_name == "cpython"

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ types-pyyaml==6.0.12.20250822
187187
# via -r test-requirements.in
188188
types-setuptools==80.9.0.20250822
189189
# via types-cffi
190-
typing-extensions==4.14.1
190+
typing-extensions==4.15.0
191191
# via
192192
# -r test-requirements.in
193193
# astroid

0 commit comments

Comments
 (0)