From 97af6a043197b301b27c04f97b842ad14327b62d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 08:58:46 +0000 Subject: [PATCH] Bump the python-deps group across 1 directory with 6 updates Bumps the python-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.139.0` | `0.139.2` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.50.2` | `0.51.0` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.11.0` | `3.11.1` | | [polars](https://github.com/pola-rs/polars) | `1.42.1` | `1.43.0` | | [python-calamine](https://github.com/dimastbk/python-calamine) | `0.7.0` | `0.8.2` | | [tqdm](https://github.com/tqdm/tqdm) | `4.68.4` | `4.69.0` | Updates `fastapi` from 0.139.0 to 0.139.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.0...0.139.2) Updates `uvicorn` from 0.50.2 to 0.51.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.50.2...0.51.0) Updates `matplotlib` from 3.11.0 to 3.11.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.11.0...v3.11.1) Updates `polars` from 1.42.1 to 1.43.0 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/compare/py-1.42.1...py-1.43.0) Updates `python-calamine` from 0.7.0 to 0.8.2 - [Release notes](https://github.com/dimastbk/python-calamine/releases) - [Commits](https://github.com/dimastbk/python-calamine/compare/v0.7.0...v0.8.2) Updates `tqdm` from 4.68.4 to 4.69.0 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.68.4...v4.69.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: matplotlib dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: polars dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: python-calamine dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: tqdm dependency-version: 4.69.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- sandbox/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sandbox/requirements.txt b/sandbox/requirements.txt index 722ddde..785534d 100644 --- a/sandbox/requirements.txt +++ b/sandbox/requirements.txt @@ -1,5 +1,5 @@ -fastapi==0.139.0 -uvicorn[standard]==0.50.2 +fastapi==0.139.2 +uvicorn[standard]==0.51.0 python-multipart==0.0.32 httpx==0.28.1 requests==2.34.2 @@ -7,7 +7,7 @@ requests==2.34.2 # Dataframes, numerical computing, and file formats numpy==2.5.1 pandas==2.2.3 -polars==1.42.1 +polars==1.43.0 pyarrow==18.1.0 scipy==1.18.0 @@ -15,7 +15,7 @@ scipy==1.18.0 openpyxl==3.1.5 xlsxwriter==3.2.9 xlrd==2.0.2 -python-calamine==0.7.0 +python-calamine==0.8.2 odfpy==1.4.1 # Math, optimization, statistics, and equation solving @@ -41,7 +41,7 @@ beautifulsoup4==4.15.0 lxml==5.3.0 tabulate==0.10.0 jinja2==3.1.6 -matplotlib==3.11.0 +matplotlib==3.11.1 seaborn==0.13.2 plotly==5.24.1 kaleido==0.2.1 @@ -52,7 +52,7 @@ python-pptx==1.0.2 pypdf==6.14.2 csvkit==2.2.0 weasyprint==69.0 -tqdm==4.68.4 +tqdm==4.69.0 rich==15.0.0 pyyaml==6.0.3 toml==0.10.2