dependabot[bot]
commited on
Bump streamlit from 1.29.0 to 1.30.0
Browse filesBumps [streamlit](https://github.com/streamlit/streamlit) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](https://github.com/streamlit/streamlit/compare/1.29.0...1.30.0)
---
updated-dependencies:
- dependency-name: streamlit
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -15,7 +15,7 @@ pyarrow>=14.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
|
15 |
pypdf==3.17.4
|
16 |
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
17 |
ruff==0.1.9
|
18 |
-
streamlit==1.
|
19 |
streamlit-feedback==0.1.3
|
20 |
tiktoken==0.5.2
|
21 |
tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability
|
|
|
15 |
pypdf==3.17.4
|
16 |
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
17 |
ruff==0.1.9
|
18 |
+
streamlit==1.30.0
|
19 |
streamlit-feedback==0.1.3
|
20 |
tiktoken==0.5.2
|
21 |
tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability
|