Skip to content

Commit

Permalink
Bump streamlit from 1.28.0 to 1.37.0
Browse files Browse the repository at this point in the history
Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.28.0 to 1.37.0.
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](streamlit/streamlit@1.28.0...1.37.0)

---
updated-dependencies:
- dependency-name: streamlit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 5cdd5a5 commit 6d46748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ scipy==1.8.0
tqdm==4.66.3
cloudpickle==3.0.0
pivottablejs==0.9.0
streamlit==1.28.0
streamlit==1.37.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ scipy>=1.8.0
tqdm
cloudpickle
pivottablejs
streamlit==1.32.0
streamlit==1.37.0
nbformat>=4.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"tqdm",
"cloudpickle",
"pivottablejs",
"streamlit==1.28.0"
"streamlit==1.37.0"
],
extras_require={
"test": [
Expand Down

0 comments on commit 6d46748

Please sign in to comment.