dependabot[bot]
commited on
Bump streamlit-webrtc from 0.44.0 to 0.44.2
Browse filesBumps [streamlit-webrtc](https://github.com/whitphx/streamlit-webrtc) from 0.44.0 to 0.44.2.
- [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.44.0...v0.44.2)
---
updated-dependencies:
- dependency-name: streamlit-webrtc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -4,6 +4,6 @@ numpy==1.22.3
|
|
4 |
opencv-python-headless==4.5.5.64
|
5 |
pydub==0.25.1
|
6 |
streamlit==1.14.0
|
7 |
-
streamlit_webrtc==0.44.
|
8 |
typing_extensions==4.1.1
|
9 |
protobuf~=3.19.0
|
|
|
4 |
opencv-python-headless==4.5.5.64
|
5 |
pydub==0.25.1
|
6 |
streamlit==1.14.0
|
7 |
+
streamlit_webrtc==0.44.2
|
8 |
typing_extensions==4.1.1
|
9 |
protobuf~=3.19.0
|