From 1afc8dce9f8576d0ab0d0b6e9b4100b0975ed404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 07:26:54 +0000 Subject: [PATCH] chore(deps): Bump the backend-minor-patch group across 1 directory with 6 updates Bumps the backend-minor-patch group with 6 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [starlette](https://github.com/Kludex/starlette) | `1.3.1` | `1.6.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.52.0` | `0.52.3` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.51` | `2.0.52` | | [alembic](https://github.com/sqlalchemy/alembic) | `1.18.5` | `1.19.1` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.14.2` | `2.15.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.1` | `0.16.3` | Updates `starlette` from 1.3.1 to 1.6.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/1.3.1...1.6.0) Updates `uvicorn` from 0.52.0 to 0.52.3 - [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.52.0...0.52.3) Updates `sqlalchemy` from 2.0.51 to 2.0.52 - [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.18.5 to 1.19.1 - [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 `pydantic-settings` from 2.14.2 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 `ruff` from 0.16.1 to 0.16.3 - [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.16.1...0.16.3) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: uvicorn dependency-version: 0.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-patch - dependency-name: sqlalchemy dependency-version: 2.0.52 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-patch - dependency-name: alembic dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: pydantic-settings dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-patch - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: backend-minor-patch ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- backend/requirements.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 315e493..9197e4d 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -4,5 +4,5 @@ pytest-asyncio==1.4.0 pytest-cov==7.1.0 httpx==0.28.1 aiosqlite==0.22.1 -ruff==0.16.1 +ruff==0.16.3 mypy==2.3.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index 3560218..5e52499 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,13 +1,13 @@ fastapi==0.141.1 # starlette is a FastAPI dependency; pinned explicitly to stay on a version without the # advisories flagged by pip-audit (see the CI security scan). Keep compatible with fastapi. -starlette==1.3.1 -uvicorn[standard]==0.52.0 -sqlalchemy==2.0.51 +starlette==1.6.0 +uvicorn[standard]==0.52.3 +sqlalchemy==2.0.52 asyncpg==0.31.0 -alembic==1.18.5 +alembic==1.19.1 pydantic==2.13.4 -pydantic-settings==2.14.2 +pydantic-settings==2.15.0 jinja2==3.1.6 python-multipart==0.0.32 httpx==0.28.1