From 880f62925cd74f58e79bdcad15057d535e2ed795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 09:34:45 +0000 Subject: [PATCH] Bump streamlit from 1.30.0 to 1.31.1 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.30.0 to 1.31.1. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.30.0...1.31.1) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 01bd9cc..4eb854d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1244,13 +1244,13 @@ files = [ [[package]] name = "streamlit" -version = "1.30.0" +version = "1.31.1" description = "A faster way to build and share data apps" optional = false python-versions = ">=3.8, !=3.9.7" files = [ - {file = "streamlit-1.30.0-py2.py3-none-any.whl", hash = "sha256:536494a4edfe9b66ed70c437176cfd6c7e36b1d99d0587b0be64245fa89c241b"}, - {file = "streamlit-1.30.0.tar.gz", hash = "sha256:90333915d9df8ce3b06de31b8a5bbab51e8cf0982dc6c32da9d6b1f2b4a9fa78"}, + {file = "streamlit-1.31.1-py2.py3-none-any.whl", hash = "sha256:a1a84249f7a9b854fe356db06c85dc03c3f9da4df06a33aa5a922647b955e8c8"}, + {file = "streamlit-1.31.1.tar.gz", hash = "sha256:dfc43ca85b4b4c31d097c27b983b8ccc960222ad907862b2b2fb4ddf04c50fdc"}, ] [package.dependencies] @@ -1265,7 +1265,7 @@ packaging = ">=16.8,<24" pandas = ">=1.3.0,<3" pillow = ">=7.1.0,<11" protobuf = ">=3.20,<5" -pyarrow = ">=6.0" +pyarrow = ">=7.0" pydeck = ">=0.8.0b4,<1" python-dateutil = ">=2.7.3,<3" requests = ">=2.27,<3" @@ -1483,4 +1483,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f533e6e0fdd16108881db9863e07b2ab033ed0490058f568d03430a7dfb65543" +content-hash = "e7619b80f815de318ed0361da82a9dbb41617d44f26235a04c2fe7ed1d840a97" diff --git a/pyproject.toml b/pyproject.toml index 5ba3452..47c74dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -streamlit = "^1.30.0" +streamlit = "^1.31.1" beautifulsoup4 = "^4.12.3" [tool.poetry.group.dev.dependencies]