From c4962bbfbe3344576171b50ba8533618ce138a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 09:45:24 +0000 Subject: [PATCH] Bump streamlit from 1.39.0 to 1.40.2 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.39.0 to 1.40.2. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.39.0...1.40.2) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index f6bcd27..8088c96 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1169,13 +1169,13 @@ files = [ [[package]] name = "streamlit" -version = "1.39.0" +version = "1.40.2" description = "A faster way to build and share data apps" optional = false -python-versions = "!=3.9.7,>=3.8" +python-versions = "!=3.9.7,>=3.9" files = [ - {file = "streamlit-1.39.0-py2.py3-none-any.whl", hash = "sha256:a359fc54ed568b35b055ff1d453c320735539ad12e264365a36458aef55a5fba"}, - {file = "streamlit-1.39.0.tar.gz", hash = "sha256:fef9de7983c4ee65c08e85607d7ffccb56b00482b1041fa62f90e4815d39df3a"}, + {file = "streamlit-1.40.2-py2.py3-none-any.whl", hash = "sha256:7f6d1379a590f9625a6aee79ca73ceccff03cd2e05a3acbe5fe98915c27a7ffe"}, + {file = "streamlit-1.40.2.tar.gz", hash = "sha256:0cc131fc9b18065feaff8f6f241c81164ad37d8d9e3a85499a0240aaaf6a6a61"}, ] [package.dependencies] @@ -1184,10 +1184,10 @@ blinker = ">=1.0.0,<2" cachetools = ">=4.0,<6" click = ">=7.0,<9" gitpython = ">=3.0.7,<3.1.19 || >3.1.19,<4" -numpy = ">=1.20,<3" +numpy = ">=1.23,<3" packaging = ">=20,<25" pandas = ">=1.4.0,<3" -pillow = ">=7.1.0,<11" +pillow = ">=7.1.0,<12" protobuf = ">=3.20,<6" pyarrow = ">=7.0" pydeck = ">=0.8.0b4,<1" @@ -1197,7 +1197,7 @@ tenacity = ">=8.1.0,<10" toml = ">=0.10.1,<2" tornado = ">=6.0.3,<7" typing-extensions = ">=4.3.0,<5" -watchdog = {version = ">=2.1.5,<6", markers = "platform_system != \"Darwin\""} +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)"] @@ -1364,4 +1364,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "57ca4e1ad4e4a2b305bcb4b862a03ed9c3dc14e100bccc49986fb1bc8507dedc" +content-hash = "01951255c8192548e93e0f15c07cef2d99364020802a2fc9a9060a77b46a2db3" diff --git a/pyproject.toml b/pyproject.toml index 5fe47cd..d004669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" -streamlit = "^1.39.0" +streamlit = "^1.40.2" beautifulsoup4 = "^4.12.3" peclasses = {version = "^0.4.0", source = "dfint"} dfint64-patch = {version = "^0.1.0", source = "dfint"}