Skip to content

Commit

Permalink
Bump Streamlit Requirement (#407)
Browse files Browse the repository at this point in the history
to fix pip-audit vulnerabilities

```terminal
audit-py310: commands[1]> pip-audit
\ Auditing lifelinesFound 2 known vulnerabilities in 1 package
Name      Version ID                  Fix Versions
--------- ------- ------------------- ------------
streamlit 1.22.0  GHSA-8qw9-gf7w-42x5 1.30.0
streamlit 1.22.0  GHSA-rxff-vr5r-8cj5 1.37.0
```
  • Loading branch information
AdrianSosic authored Oct 18, 2024
2 parents a12b57b + 0c20c99 commit e045529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .lockfiles/py310-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ sphinxcontrib-serializinghtml==1.1.10
# via sphinx
stack-data==0.6.3
# via ipython
streamlit==1.36.0
streamlit==1.39.0
# via baybe (pyproject.toml)
sympy==1.13.1
# via
Expand All @@ -860,7 +860,7 @@ toml==0.10.2
# via
# pip-audit
# streamlit
tomli==2.0.1 ; python_full_version == '3.11'
tomli==2.0.1 ; python_full_version <= '3.11'
# via
# coverage
# jupyterlab
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ examples = [
"pillow>=10.0.1", # Necessary due to vulnerability
"plotly>=5.10.0",
"seaborn>=0.12.2",
"streamlit>=1.20.0",
"streamlit>=1.37.0", # Necessary due to vulnerability
"tornado>=6.3.3", # see AUDIT NOTE, required by streamlit
]

Expand Down

0 comments on commit e045529

Please sign in to comment.