From be653dbd89039475a7c229620d606973cc292d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:47:56 +0000 Subject: [PATCH] deps(deps): bump the python-minor group across 1 directory with 4 updates Bumps the python-minor group with 4 updates in the / directory: [fastapi](https://github.com/fastapi/fastapi), [alembic](https://github.com/sqlalchemy/alembic), [aiosqlite](https://github.com/omnilib/aiosqlite) and [ruff](https://github.com/astral-sh/ruff). Updates `fastapi` from 0.127.0 to 0.128.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.127.0...0.128.0) Updates `alembic` from 1.17.2 to 1.18.0 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `aiosqlite` from 0.22.0 to 0.22.1 - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.22.0...v0.22.1) Updates `ruff` from 0.14.10 to 0.14.11 - [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.14.10...0.14.11) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: alembic dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: ruff dependency-version: 0.14.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- requirements-base.txt | 6 +++--- requirements-dev.txt | 2 +- requirements.txt | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements-base.txt b/requirements-base.txt index 8cee4bb..dd98ef7 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -2,7 +2,7 @@ # This layer is cached separately for faster builds # Core API Framework -fastapi==0.127.0 +fastapi==0.128.0 uvicorn[standard]==0.40.0 pydantic==2.12.5 pydantic-settings==2.12.0 @@ -11,10 +11,10 @@ sse-starlette>=2.0.0 # Database sqlalchemy==2.0.45 psycopg2-binary==2.9.11 -alembic==1.17.2 +alembic==1.18.0 asyncpg==0.31.0 aiomysql==0.3.2 -aiosqlite==0.22.0 +aiosqlite==0.22.1 # Utilities python-dotenv==1.2.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index 97d1eea..37d8636 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ fakeredis>=2.21.0 # Code Quality black==25.12.0 -ruff==0.14.10 +ruff==0.14.11 mypy==1.19.1 pre-commit==4.5.1 diff --git a/requirements.txt b/requirements.txt index aa52e47..51c098b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ # ============================================================================ # Core API Framework -fastapi==0.127.0 +fastapi==0.128.0 uvicorn[standard]==0.40.0 pydantic==2.12.5 pydantic-settings==2.12.0 @@ -22,12 +22,12 @@ sse-starlette>=2.0.0 # Server-Sent Events for streaming (Issue #8) # Database sqlalchemy==2.0.45 psycopg2-binary==2.9.11 -alembic==1.17.2 +alembic==1.18.0 # Async Database Drivers asyncpg==0.31.0 aiomysql==0.3.2 -aiosqlite==0.22.0 +aiosqlite==0.22.1 # Utilities python-dotenv==1.2.1 @@ -90,6 +90,6 @@ fakeredis>=2.21.0 # Redis mocking for tests (Issue #8) # Code Quality black==25.12.0 -ruff==0.14.10 +ruff==0.14.11 mypy==1.19.1 pre-commit==4.5.1