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

Commit 02b55fe

Browse files
Bump typing-extensions from 4.7.0 to 4.7.1
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.7.0 to 4.7.1. - [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.7.0...4.7.1) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a39d222 commit 02b55fe

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.7.0",
28+
"typing-extensions==4.7.1",
2929
'dataclasses==0.8'
3030
],
3131
':python_version == "3.7"': [
32-
"typing-extensions==4.7.0"
32+
"typing-extensions==4.7.1"
3333
]
3434
},
3535
tests_require=['pytest'],

0 commit comments

Comments
 (0)