dependabot[bot]
commited on
Bump streamlit-webrtc from 0.25.0 to 0.26.0
Browse filesBumps [streamlit-webrtc](https://github.com/whitphx/streamlit-webrtc) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/whitphx/streamlit-webrtc/releases)
- [Changelog](https://github.com/whitphx/streamlit-webrtc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/whitphx/streamlit-webrtc/compare/v0.25.0...v0.26.0)
---
updated-dependencies:
- dependency-name: streamlit-webrtc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -5,5 +5,5 @@ numpy==1.21.1
|
|
5 |
opencv-python-headless==4.5.3.56
|
6 |
pydub==0.25.1
|
7 |
streamlit==0.84.2
|
8 |
-
streamlit_webrtc==0.
|
9 |
typing_extensions==3.10.0.0
|
|
|
5 |
opencv-python-headless==4.5.3.56
|
6 |
pydub==0.25.1
|
7 |
streamlit==0.84.2
|
8 |
+
streamlit_webrtc==0.26.0
|
9 |
typing_extensions==3.10.0.0
|