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