dependabot[bot]
commited on
Bump typing-extensions from 3.10.0.2 to 4.0.0
Browse filesBumps [typing-extensions](https://github.com/python/typing) from 3.10.0.2 to 4.0.0.
- [Release notes](https://github.com/python/typing/releases)
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG)
- [Commits](https://github.com/python/typing/compare/3.10.0.2...4.0.0)
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -6,4 +6,4 @@ opencv-python-headless==4.5.4.58
|
|
6 |
pydub==0.25.1
|
7 |
streamlit==1.1.0
|
8 |
streamlit_webrtc==0.31.5
|
9 |
-
typing_extensions==
|
|
|
6 |
pydub==0.25.1
|
7 |
streamlit==1.1.0
|
8 |
streamlit_webrtc==0.31.5
|
9 |
+
typing_extensions==4.0.0
|