From 9e95333fc46b36d7595b2bf4ffec1eed85ba1e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:55:40 +0000 Subject: [PATCH] chore(deps)(deps): Bump the all-python-dependencies group Bumps the all-python-dependencies group in /backend with 7 updates: | Package | From | To | | --- | --- | --- | | [openpyxl](https://openpyxl.readthedocs.io) | `3.1.2` | `3.1.5` | | [pandas](https://github.com/pandas-dev/pandas) | `2.1.4` | `2.3.3` | | [xlsxwriter](https://github.com/jmcnamara/XlsxWriter) | `3.1.9` | `3.2.9` | | [fastapi](https://github.com/fastapi/fastapi) | `0.109.0` | `0.121.1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.25.0` | `0.38.0` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.6` | `0.0.20` | | [python-dateutil](https://github.com/dateutil/dateutil) | `2.8.2` | `2.9.0.post0` | Updates `openpyxl` from 3.1.2 to 3.1.5 Updates `pandas` from 2.1.4 to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.4...v2.3.3) Updates `xlsxwriter` from 3.1.9 to 3.2.9 - [Changelog](https://github.com/jmcnamara/XlsxWriter/blob/main/Changes) - [Commits](https://github.com/jmcnamara/XlsxWriter/compare/RELEASE_3.1.9...RELEASE_3.2.9) Updates `fastapi` from 0.109.0 to 0.121.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.109.0...0.121.1) Updates `uvicorn` from 0.25.0 to 0.38.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.25.0...0.38.0) Updates `python-multipart` from 0.0.6 to 0.0.20 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.6...0.0.20) Updates `python-dateutil` from 2.8.2 to 2.9.0.post0 - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](https://github.com/dateutil/dateutil/compare/2.8.2...2.9.0.post0) --- updated-dependencies: - dependency-name: openpyxl dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python-dependencies - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-dependencies - dependency-name: xlsxwriter dependency-version: 3.2.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-dependencies - dependency-name: fastapi dependency-version: 0.121.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-dependencies - dependency-name: uvicorn dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-dependencies - dependency-name: python-multipart dependency-version: 0.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-python-dependencies - dependency-name: python-dateutil dependency-version: 2.9.0.post0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-python-dependencies ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d70468b..19c3d9c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,18 +1,18 @@ # Excel Processing -openpyxl==3.1.2 -pandas==2.1.4 -xlsxwriter==3.1.9 +openpyxl==3.1.5 +pandas==2.3.3 +xlsxwriter==3.2.9 # Data Processing numpy==1.26.2 # API (if running as separate service) -fastapi==0.109.0 -uvicorn==0.25.0 -python-multipart==0.0.6 +fastapi==0.121.1 +uvicorn==0.38.0 +python-multipart==0.0.20 # Utilities -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # Testing pytest==7.4.3