From 7f4c28a3fd853869daae4e58c06d3053b371daf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 02:26:56 +0000 Subject: [PATCH] build(requirements): bump the prod group across 1 directory with 8 updates Updates the requirements on [litellm](https://github.com/BerriAI/litellm), [azure-identity](https://github.com/Azure/azure-sdk-for-python), [streamlit](https://github.com/streamlit/streamlit), [snowballstemmer](https://github.com/snowballstem/snowball), [dill](https://github.com/uqfoundation/dill), [pillow](https://github.com/python-pillow/Pillow), [psutil](https://github.com/giampaolo/psutil) and [scipy](https://github.com/scipy/scipy) to permit the latest version. Updates `litellm` to 1.83.14 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) Updates `azure-identity` from 1.17.1 to 1.25.3 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.17.1...azure-identity_1.25.3) Updates `streamlit` to 1.57.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.47.0...1.57.0) Updates `snowballstemmer` to 3.0.1 - [Changelog](https://github.com/snowballstem/snowball/blob/master/NEWS) - [Commits](https://github.com/snowballstem/snowball/compare/v2.0.0...v3.0.1) Updates `dill` from 0.3.9 to 0.4.1 - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](https://github.com/uqfoundation/dill/compare/0.3.9...0.4.1) Updates `pillow` from 10.4.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...12.2.0) Updates `psutil` from 6.1.0 to 7.2.2 - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/v6.1.0...v7.2.2) Updates `scipy` from 1.14.1 to 1.15.3 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.14.1...v1.15.3) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.83.14 dependency-type: direct:production dependency-group: prod - dependency-name: azure-identity dependency-version: 1.25.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: streamlit dependency-version: 1.57.0 dependency-type: direct:production dependency-group: prod - dependency-name: snowballstemmer dependency-version: 3.0.1 dependency-type: direct:production dependency-group: prod - dependency-name: dill dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod - dependency-name: scipy dependency-version: 1.15.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod ... Signed-off-by: dependabot[bot] --- constraints/3.10.txt | 10 +++++----- constraints/3.11.txt | 10 +++++----- requirements.txt | 4 ++-- requirements/docs.txt | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/constraints/3.10.txt b/constraints/3.10.txt index a6a94dd07..016ab8ac7 100644 --- a/constraints/3.10.txt +++ b/constraints/3.10.txt @@ -1,5 +1,5 @@ -azure-identity==1.17.1 -dill==0.3.9 -pillow==10.4.0 -psutil==6.1.0 -scipy==1.14.1 +azure-identity==1.25.3 +dill==0.4.1 +pillow==12.2.0 +psutil==7.2.2 +scipy==1.15.3 diff --git a/constraints/3.11.txt b/constraints/3.11.txt index a6a94dd07..016ab8ac7 100644 --- a/constraints/3.11.txt +++ b/constraints/3.11.txt @@ -1,5 +1,5 @@ -azure-identity==1.17.1 -dill==0.3.9 -pillow==10.4.0 -psutil==6.1.0 -scipy==1.14.1 +azure-identity==1.25.3 +dill==0.4.1 +pillow==12.2.0 +psutil==7.2.2 +scipy==1.15.3 diff --git a/requirements.txt b/requirements.txt index 3cc19cc71..09266d4a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ loguru fire fuzzywuzzy openai -litellm>=1.73 # to support `from litellm import get_valid_models` +litellm>=1.83.14 # to support `from litellm import get_valid_models` azure.identity pyarrow rich @@ -44,7 +44,7 @@ docker webdriver-manager # demo related -streamlit>=1.47 # to support input_c.text_area(..., height="content", ...) +streamlit>=1.57.0 # to support input_c.text_area(..., height="content", ...) plotly st-theme randomname diff --git a/requirements/docs.txt b/requirements/docs.txt index a6a121e78..e7bf404df 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -13,4 +13,4 @@ sphinx-togglebutton sphinx_rtd_theme # snowballstemmer, a dependency of sphinx, was released on 2025-05-08 with version 3.0.0, # which causes errors in the build process. So we've limited the version for now. -snowballstemmer<3.0 +snowballstemmer<4.0