diff --git a/poetry.lock b/poetry.lock index aee7359..f37a79b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4339,38 +4339,42 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "streamlit" -version = "1.41.1" +version = "1.51.0" description = "A faster way to build and share data apps" optional = false -python-versions = "!=3.9.7,>=3.9" +python-versions = ">=3.10" files = [ - {file = "streamlit-1.41.1-py2.py3-none-any.whl", hash = "sha256:0def00822480071d642e6df36cd63c089f991da3a69fd9eb4ab8f65ce27de4e0"}, - {file = "streamlit-1.41.1.tar.gz", hash = "sha256:6626d32b098ba1458b71eebdd634c62af2dd876380e59c4b6a1e828a39d62d69"}, + {file = "streamlit-1.51.0-py3-none-any.whl", hash = "sha256:4008b029f71401ce54946bb09a6a3e36f4f7652cbb48db701224557738cfda38"}, + {file = "streamlit-1.51.0.tar.gz", hash = "sha256:1e742a9c0b698f466c6f5bf58d333beda5a1fbe8de660743976791b5c1446ef6"}, ] [package.dependencies] -altair = ">=4.0,<6" -blinker = ">=1.0.0,<2" -cachetools = ">=4.0,<6" +altair = ">=4.0,<5.4.0 || >5.4.0,<5.4.1 || >5.4.1,<6" +blinker = ">=1.5.0,<2" +cachetools = ">=4.0,<7" click = ">=7.0,<9" gitpython = ">=3.0.7,<3.1.19 || >3.1.19,<4" numpy = ">=1.23,<3" -packaging = ">=20,<25" +packaging = ">=20,<26" pandas = ">=1.4.0,<3" -pillow = ">=7.1.0,<12" -protobuf = ">=3.20,<6" -pyarrow = ">=7.0" +pillow = ">=7.1.0,<13" +protobuf = ">=3.20,<7" +pyarrow = ">=7.0,<22" pydeck = ">=0.8.0b4,<1" requests = ">=2.27,<3" -rich = ">=10.14.0,<14" tenacity = ">=8.1.0,<10" toml = ">=0.10.1,<2" -tornado = ">=6.0.3,<7" -typing-extensions = ">=4.3.0,<5" +tornado = ">=6.0.3,<6.5.0 || >6.5.0,<7" +typing-extensions = ">=4.4.0,<5" watchdog = {version = ">=2.1.5,<7", markers = "platform_system != \"Darwin\""} [package.extras] -snowflake = ["snowflake-connector-python (>=2.8.0)", "snowflake-snowpark-python[modin] (>=1.17.0)"] +all = ["rich (>=11.0.0)", "streamlit[auth,charts,pdf,snowflake,sql]"] +auth = ["Authlib (>=1.3.2)"] +charts = ["graphviz (>=0.19.0)", "matplotlib (>=3.0.0)", "orjson (>=3.5.0)", "plotly (>=4.0.0)"] +pdf = ["streamlit-pdf (>=1.0.0)"] +snowflake = ["snowflake-connector-python (>=3.3.0)", "snowflake-snowpark-python[modin] (>=1.17.0)"] +sql = ["SQLAlchemy (>=2.0.0)"] [[package]] name = "streamlit-camera-input-live"