dependabot[bot]
commited on
Bump streamlit-webrtc from 0.45.1 to 0.45.2
Browse filesBumps [streamlit-webrtc](https://github.com/whitphx/streamlit-webrtc) from 0.45.1 to 0.45.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.45.1...v0.45.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
@@ -1,5 +1,5 @@
|
|
1 |
opencv-python-headless==4.7.0.72
|
2 |
pydub==0.25.1
|
3 |
-
streamlit_webrtc==0.45.
|
4 |
twilio~=8.4.0
|
5 |
matplotlib
|
|
|
1 |
opencv-python-headless==4.7.0.72
|
2 |
pydub==0.25.1
|
3 |
+
streamlit_webrtc==0.45.2
|
4 |
twilio~=8.4.0
|
5 |
matplotlib
|