Skip to content

Commit

Permalink
Bump streamlit from 1.27.0 to 1.30.0 (#56)
Browse files Browse the repository at this point in the history
* Bump streamlit from 1.27.0 to 1.30.0

Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.27.0 to 1.30.0.
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](streamlit/streamlit@1.27.0...1.30.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Also change pyproject.toml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ruben Peters <[email protected]>
  • Loading branch information
dependabot[bot] and rubenpeters91 authored Jan 17, 2024
1 parent 1c87d8a commit 4e1809a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies =[
"sqlalchemy~=2.0",
"python-dotenv~=1.0",
"pymssql~=2.2",
"streamlit~=1.27",
"streamlit~=1.30",
"tomli~=2.0"
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ fastapi==0.103.1
sqlalchemy==2.0.21
python-dotenv==1.0.0
pymssql==2.2.8
streamlit==1.27.0
streamlit==1.30.0
tomli==2.0.1
-e .

0 comments on commit 4e1809a

Please sign in to comment.