From 1a91c2d9d6f68b615e566ec46143ec95c8bfe585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 08:59:08 +0000 Subject: [PATCH] Bump the python-deps group across 1 directory with 9 updates Bumps the python-deps group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.139.0` | `0.141.1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.50.2` | `0.52.1` | | [pypdf](https://github.com/py-pdf/pypdf) | `6.14.2` | `6.15.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.2` | | [python-calamine](https://github.com/dimastbk/python-calamine) | `0.7.0` | `0.8.2` | | [duckdb](https://github.com/duckdb/duckdb-python) | `1.5.4` | `1.5.5` | | [ipython](https://github.com/ipython/ipython) | `9.15.0` | `9.16.1` | | [tqdm](https://github.com/tqdm/tqdm) | `4.68.4` | `4.70.0` | Updates `fastapi` from 0.139.0 to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.0...0.141.1) Updates `uvicorn` from 0.50.2 to 0.52.1 - [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.52.1) Updates `pypdf` from 6.14.2 to 6.15.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/6.14.2...6.15.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.2 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/compare/py-1.42.1...py-1.43.2) 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 `duckdb` from 1.5.4 to 1.5.5 - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](https://github.com/duckdb/duckdb-python/compare/v1.5.4...v1.5.5) Updates `ipython` from 9.15.0 to 9.16.1 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.15.0...9.16.1) Updates `tqdm` from 4.68.4 to 4.70.0 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.68.4...v4.70.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: uvicorn dependency-version: 0.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: pypdf dependency-version: 6.15.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.2 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: duckdb dependency-version: 1.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: ipython dependency-version: 9.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- sandbox/requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sandbox/requirements.txt b/sandbox/requirements.txt index 722ddde..9f17a66 100644 --- a/sandbox/requirements.txt +++ b/sandbox/requirements.txt @@ -1,5 +1,5 @@ -fastapi==0.139.0 -uvicorn[standard]==0.50.2 +fastapi==0.141.1 +uvicorn[standard]==0.52.1 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.2 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 @@ -27,7 +27,7 @@ pulp==2.9.0 cvxpy==1.9.2 # SQL and embedded analytics databases -duckdb==1.5.4 +duckdb==1.5.5 sqlalchemy==2.0.51 sqlglot==25.34.1 psycopg[binary]==3.3.4 @@ -41,18 +41,18 @@ 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 jupyter==1.1.1 -ipython==9.15.0 +ipython==9.16.1 python-docx==1.2.0 python-pptx==1.0.2 -pypdf==6.14.2 +pypdf==6.15.0 csvkit==2.2.0 weasyprint==69.0 -tqdm==4.68.4 +tqdm==4.70.0 rich==15.0.0 pyyaml==6.0.3 toml==0.10.2