From 4144b452f21c59c5439ddca2c0905ecdcf779d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 10:04:38 +0000 Subject: [PATCH] chore(deps): bump the python-deps group with 5 updates Bumps the python-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.6` | `0.141.1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.34.0` | `0.52.1` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.4` | `2.13.4` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.7.1` | `2.14.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.5` | `0.16.1` | Updates `fastapi` from 0.115.6 to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.6...0.141.1) Updates `uvicorn` from 0.34.0 to 0.52.1 - [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.34.0...0.52.1) Updates `pydantic` from 2.10.4 to 2.13.4 - [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.10.4...v2.13.4) Updates `pydantic-settings` from 2.7.1 to 2.14.2 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.7.1...v2.14.2) Updates `ruff` from 0.8.5 to 0.16.1 - [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.8.5...0.16.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: uvicorn dependency-version: 0.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: pydantic-settings dependency-version: 2.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d72ee00..3cdffbb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,5 +2,5 @@ pytest==8.3.4 pytest-asyncio==0.25.2 httpx==0.28.1 -ruff==0.8.5 +ruff==0.16.1 mypy==1.14.0 diff --git a/requirements.txt b/requirements.txt index 9c1b895..1842a49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.115.6 -uvicorn[standard]==0.34.0 -pydantic==2.10.4 -pydantic-settings==2.7.1 +fastapi==0.141.1 +uvicorn[standard]==0.52.1 +pydantic==2.13.4 +pydantic-settings==2.14.2