Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 458a7ce

Browse files
Bump typing-extensions from 4.0.1 to 4.3.0
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.0.1 to 4.3.0. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.0.1...4.3.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fadadcf commit 458a7ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
# pip install -e ".[testing]"
2626
"testing": ['pytest'],
2727
':python_version == "3.6"': [
28-
"typing-extensions==4.0.1",
28+
"typing-extensions==4.3.0",
2929
'dataclasses==0.8'
3030
],
3131
':python_version == "3.7"': [
32-
"typing-extensions==4.0.1"
32+
"typing-extensions==4.3.0"
3333
]
3434
},
3535
tests_require=['pytest'],

0 commit comments

Comments
 (0)