From acc9cef39bb95db9e9c015787c4684f3605e1fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:04:35 +0000 Subject: [PATCH] deps(deps): bump the python-minor group across 1 directory with 7 updates Bumps the python-minor group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.127.0` | `0.128.5` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.45` | `2.0.46` | | [alembic](https://github.com/sqlalchemy/alembic) | `1.17.2` | `1.18.3` | | [aiosqlite](https://github.com/omnilib/aiosqlite) | `0.22.0` | `0.22.1` | | [tenacity](https://github.com/jd/tenacity) | `9.1.2` | `9.1.4` | | [prometheus-client](https://github.com/prometheus/client_python) | `0.23.1` | `0.24.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.10` | `0.15.0` | Updates `fastapi` from 0.127.0 to 0.128.5 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.127.0...0.128.5) Updates `sqlalchemy` from 2.0.45 to 2.0.46 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `alembic` from 1.17.2 to 1.18.3 - [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 `tenacity` from 9.1.2 to 9.1.4 - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/9.1.2...9.1.4) Updates `prometheus-client` from 0.23.1 to 0.24.1 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.23.1...v0.24.1) Updates `ruff` from 0.14.10 to 0.15.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.14.10...0.15.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: sqlalchemy dependency-version: 2.0.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: alembic dependency-version: 1.18.3 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: tenacity dependency-version: 9.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: prometheus-client dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- requirements-base.txt | 12 ++++++------ requirements-dev.txt | 2 +- requirements.txt | 14 +++++++------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/requirements-base.txt b/requirements-base.txt index 8cee4bb..7c540d6 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -2,23 +2,23 @@ # This layer is cached separately for faster builds # Core API Framework -fastapi==0.127.0 +fastapi==0.128.5 uvicorn[standard]==0.40.0 pydantic==2.12.5 pydantic-settings==2.12.0 sse-starlette>=2.0.0 # Database -sqlalchemy==2.0.45 +sqlalchemy==2.0.46 psycopg2-binary==2.9.11 -alembic==1.17.2 +alembic==1.18.3 asyncpg==0.31.0 aiomysql==0.3.2 -aiosqlite==0.22.0 +aiosqlite==0.22.1 # Utilities python-dotenv==1.2.1 -tenacity==9.1.2 +tenacity==9.1.4 pyyaml==6.0.3 # Caching @@ -26,7 +26,7 @@ redis>=5.0.0 hiredis>=2.3.0 # Monitoring & Logging -prometheus-client==0.23.1 +prometheus-client==0.24.1 structlog==25.5.0 # Security diff --git a/requirements-dev.txt b/requirements-dev.txt index 97d1eea..e2dcc30 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.15.0 mypy==1.19.1 pre-commit==4.5.1 diff --git a/requirements.txt b/requirements.txt index aa52e47..62910e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,25 +13,25 @@ # ============================================================================ # Core API Framework -fastapi==0.127.0 +fastapi==0.128.5 uvicorn[standard]==0.40.0 pydantic==2.12.5 pydantic-settings==2.12.0 sse-starlette>=2.0.0 # Server-Sent Events for streaming (Issue #8) # Database -sqlalchemy==2.0.45 +sqlalchemy==2.0.46 psycopg2-binary==2.9.11 -alembic==1.17.2 +alembic==1.18.3 # 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 -tenacity==9.1.2 +tenacity==9.1.4 pyyaml==6.0.3 # Caching (Issue #8: Performance Optimization) @@ -39,7 +39,7 @@ redis>=5.0.0 hiredis>=2.3.0 # C parser for better Redis performance # Monitoring & Logging -prometheus-client==0.23.1 +prometheus-client==0.24.1 structlog==25.5.0 # Distributed Tracing (Issue #9: Monitoring & Observability) @@ -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.15.0 mypy==1.19.1 pre-commit==4.5.1