From f6e6e07a433686cfc1540b7e5d843ac15fe60e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 04:11:41 +0000 Subject: [PATCH] deps(mount): bump the mount-deps group across 1 directory with 4 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn), [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. Updates `fastapi` 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` 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.51.0...0.52.1) Updates `pydantic-settings` to 2.15.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.14.2...v2.15.0) Updates `pandas` to 3.0.5 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production dependency-group: mount-deps - dependency-name: uvicorn dependency-version: 0.52.1 dependency-type: direct:production dependency-group: mount-deps - dependency-name: pydantic-settings dependency-version: 2.15.0 dependency-type: direct:production dependency-group: mount-deps - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production dependency-group: mount-deps ... Signed-off-by: dependabot[bot] --- mount/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mount/requirements.txt b/mount/requirements.txt index 77c1e569c..7201423c0 100644 --- a/mount/requirements.txt +++ b/mount/requirements.txt @@ -1,10 +1,10 @@ # QAI Integration Service Requirements # Web Framework -fastapi>=0.139.0 -uvicorn[standard]>=0.51.0 +fastapi>=0.141.1 +uvicorn[standard]>=0.52.1 pydantic>=2.13.4 -pydantic-settings>=2.14.2 +pydantic-settings>=2.15.0 # Async Support aiofiles>=25.1.0 @@ -18,7 +18,7 @@ python-dotenv>=1.2.2 python-json-logger>=4.1.0 # Data Processing -pandas>=3.0.4 +pandas>=3.0.5 numpy>=2.5.1 # Optional: Add if you want direct imports from other modules