From 26f8ae4d932139df0f4c7e250822024472a895e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 10:05:51 +0000 Subject: [PATCH] Bump the python-deps group with 2 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `fastapi` to 0.140.7 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.140.7) Updates `ruff` to 0.16.0 - [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.6.0...0.16.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.7 dependency-type: direct:production dependency-group: python-deps - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ecdfea..0e02fc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ # — a big jump from the tested baseline. These are the versions QueryHub # is verified against; widen the cap deliberately after testing a newer # FastAPI/Starlette, not implicitly on every fresh install. - "fastapi>=0.115.0,<0.140", + "fastapi>=0.115.0,<0.141", "uvicorn[standard]>=0.30.0,<0.52", "PyJWT[crypto]>=2.9.0", "httpx>=0.27.0", @@ -63,7 +63,7 @@ dev = [ # style choices, which would break CI on every push. Keep the linter # deterministic here; adopting 0.16's rules is a separate, deliberate # cleanup. - "ruff>=0.6,<0.16", + "ruff>=0.6,<0.17", "mypy>=1.10", ] # Slack transport (the /sql bot + Slack approval/notification/delivery diff --git a/requirements.txt b/requirements.txt index 7807154..d18d8a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ openpyxl>=3.1.0 # pulled a FastAPI/Starlette generation past the tested baseline while # pyproject deliberately capped it, so the two install paths disagreed and # the documented upgrade flow used the uncapped one. Widen both together. -fastapi>=0.115.0,<0.140 +fastapi>=0.115.0,<0.141 uvicorn[standard]>=0.30.0,<0.52 PyJWT[crypto]>=2.9.0 httpx>=0.27.0