From a5a8d8a100f8dfe4bf84b8d5be0c070b73afae7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 01:46:10 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 5 updates Bumps the python-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyio](https://github.com/agronholm/anyio) | `4.12.1` | `4.13.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.135.1` | `0.135.2` | | [setuptools](https://github.com/pypa/setuptools) | `82.0.0` | `82.0.1` | | [starlette](https://github.com/Kludex/starlette) | `0.52.1` | `1.0.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.41.0` | `0.42.0` | Updates `anyio` from 4.12.1 to 4.13.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.12.1...4.13.0) Updates `fastapi` from 0.135.1 to 0.135.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.135.1...0.135.2) Updates `setuptools` from 82.0.0 to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v82.0.0...v82.0.1) Updates `starlette` from 0.52.1 to 1.0.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/0.52.1...1.0.0) Updates `uvicorn` from 0.41.0 to 0.42.0 - [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.41.0...0.42.0) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: fastapi dependency-version: 0.135.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: starlette dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: uvicorn dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index ea7a6a5..344a799 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ annotated-types==0.7.0 -anyio==4.12.1 +anyio==4.13.0 appdirs==1.4.4 argcomplete==3.6.3 certifi==2026.2.25 click==8.3.1 dnspython==2.8.0 email_validator==2.3.0 -fastapi==0.135.1 +fastapi==0.135.2 fastapi-cli==0.0.24 h11==0.16.0 httpcore==1.0.9 @@ -33,15 +33,15 @@ PyYAML==6.0.3 qrcode==8.2 rich==14.3.3 rich-toolkit==0.19.7 -setuptools==82.0.0 +setuptools==82.0.1 shellingham==1.5.4 six==1.17.0 sniffio==1.3.1 -starlette==0.52.1 +starlette==1.0.0 strictyaml==1.7.3 typer==0.24.1 typing_extensions==4.15.0 -uvicorn==0.41.0 +uvicorn==0.42.0 uvloop==0.22.1 watchfiles==1.1.1 websockets==16.0