From 19918933d61637552d360f6e44ba26d6921389cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 04:11:05 +0000 Subject: [PATCH] deps(pip): bump the python-dependencies group with 2 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff) and [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. Updates `ruff` to 0.15.20 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.19...0.15.20) Updates `fastapi` to 0.138.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.138.0...0.138.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: fastapi dependency-version: 0.138.1 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- mount/requirements.txt | 2 +- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mount/requirements.txt b/mount/requirements.txt index d7ddc9cd6..dfc751aff 100644 --- a/mount/requirements.txt +++ b/mount/requirements.txt @@ -1,7 +1,7 @@ # QAI Integration Service Requirements # Web Framework -fastapi>=0.138.0 +fastapi>=0.138.1 uvicorn[standard]>=0.49.0 pydantic>=2.13.4 pydantic-settings>=2.14.2 diff --git a/pyproject.toml b/pyproject.toml index 317a94775..73680bf84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dev = [ "pytest-asyncio>=1.4.0", "watchdog>=6.0.0", "pre-commit>=4.6.0", - "ruff>=0.15.19", + "ruff>=0.15.20", "black>=26.5.1", "isort>=8.0.1", "mypy>=2.1.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index 70c34b14d..379aa9f97 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ pytest-asyncio>=1.4.0 watchdog>=6.0.0 black>=26.5.1 isort>=8.0.1 -ruff>=0.15.19 +ruff>=0.15.20 mypy>=2.1.0 pre-commit>=4.6.0 tomli>=2.4.1; python_version < "3.11"