dependabot[bot]
commited on
Bump typing-extensions from 4.0.1 to 4.1.1
Browse filesBumps [typing-extensions](https://github.com/python/typing) from 4.0.1 to 4.1.1.
- [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/4.0.1...4.1.1)
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -6,4 +6,4 @@ opencv-python-headless==4.5.5.62
|
|
6 |
pydub==0.25.1
|
7 |
streamlit==1.5.1
|
8 |
streamlit_webrtc==0.35.0
|
9 |
-
typing_extensions==4.
|
|
|
6 |
pydub==0.25.1
|
7 |
streamlit==1.5.1
|
8 |
streamlit_webrtc==0.35.0
|
9 |
+
typing_extensions==4.1.1
|