From c0c370a69e34eea3ce25595044c646056afb83c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 05:46:08 +0000 Subject: [PATCH] Bump the minor-and-patch group across 1 directory with 6 updates Bumps the minor-and-patch group with 6 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.12` | `0.115.14` | | [uvicorn[standard]](https://github.com/encode/uvicorn) | `0.34.3` | `0.35.0` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.0` | `1.1.1` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.5` | `2.11.7` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.9.1` | `2.10.1` | | [alembic](https://github.com/sqlalchemy/alembic) | `1.16.1` | `1.16.2` | Updates `fastapi` from 0.115.12 to 0.115.14 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.12...0.115.14) Updates `uvicorn[standard]` from 0.34.3 to 0.35.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/uvicorn/compare/0.34.3...0.35.0) Updates `python-dotenv` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.0...v1.1.1) Updates `pydantic` from 2.11.5 to 2.11.7 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.5...v2.11.7) Updates `pydantic-settings` from 2.9.1 to 2.10.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.9.1...2.10.1) Updates `alembic` from 1.16.1 to 1.16.2 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.115.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: uvicorn[standard] dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: python-dotenv dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pydantic dependency-version: 2.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pydantic-settings dependency-version: 2.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: alembic dependency-version: 1.16.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 4005011..9a64879 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,12 +1,12 @@ -fastapi==0.115.12 -uvicorn[standard]==0.34.3 -python-dotenv==1.1.0 +fastapi==0.115.14 +uvicorn[standard]==0.35.0 +python-dotenv==1.1.1 sqlalchemy==2.0.41 asyncpg==0.30.0 psycopg2-binary==2.9.10 httpx==0.28.1 redis==6.2.0 -pydantic==2.11.5 -pydantic-settings==2.9.1 +pydantic==2.11.7 +pydantic-settings==2.10.1 python-jose[cryptography]==3.5.0 -alembic==1.16.1 \ No newline at end of file +alembic==1.16.2 \ No newline at end of file