dependabot[bot]
commited on
Bump streamlit from 0.80.0 to 0.81.1
Browse filesBumps [streamlit](https://github.com/streamlit/streamlit) from 0.80.0 to 0.81.1.
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Changelog](https://github.com/streamlit/streamlit/blob/develop/docs/changelog.md)
- [Commits](https://github.com/streamlit/streamlit/compare/0.80.0...0.81.1)
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -4,6 +4,6 @@ matplotlib==3.4.2
|
|
4 |
numpy==1.19.5
|
5 |
opencv_python==4.5.1.48
|
6 |
pydub==0.25.1
|
7 |
-
streamlit==0.
|
8 |
streamlit_webrtc==0.20.0
|
9 |
typing_extensions==3.7.4.3
|
|
|
4 |
numpy==1.19.5
|
5 |
opencv_python==4.5.1.48
|
6 |
pydub==0.25.1
|
7 |
+
streamlit==0.81.1
|
8 |
streamlit_webrtc==0.20.0
|
9 |
typing_extensions==3.7.4.3
|