dependabot[bot]
commited on
Bump streamlit from 1.5.0 to 1.5.1
Browse filesBumps [streamlit](https://github.com/streamlit/streamlit) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](https://github.com/streamlit/streamlit/compare/1.5.0...1.5.1)
---
updated-dependencies:
- dependency-name: streamlit
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 @@ matplotlib==3.5.1
|
|
4 |
numpy==1.21.4
|
5 |
opencv-python-headless==4.5.5.62
|
6 |
pydub==0.25.1
|
7 |
-
streamlit==1.5.
|
8 |
streamlit_webrtc==0.34.2
|
9 |
typing_extensions==4.0.1
|
|
|
4 |
numpy==1.21.4
|
5 |
opencv-python-headless==4.5.5.62
|
6 |
pydub==0.25.1
|
7 |
+
streamlit==1.5.1
|
8 |
streamlit_webrtc==0.34.2
|
9 |
typing_extensions==4.0.1
|