From ed1eaab0cea4b56e8ca45d5c3bbdf7066aec6d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:12:55 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group across 1 directory with 5 updates Bumps the python-dependencies group with 5 updates in the /lib/core/layers/fastapi directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.136.1` | `0.141.1` | | [mangum](https://github.com/Kludex/mangum) | `0.21.0` | `0.22.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.12.5` | `2.13.5` | | [cryptography](https://github.com/pyca/cryptography) | `48.0.1` | `50.0.1` | | [starlette](https://github.com/Kludex/starlette) | `1.3.1` | `1.6.0` | Updates `fastapi` from 0.136.1 to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.1...0.141.1) Updates `mangum` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/Kludex/mangum/releases) - [Changelog](https://github.com/Kludex/mangum/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/mangum/compare/0.21.0...0.22.0) Updates `pydantic` from 2.12.5 to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.5...v2.13.5) Updates `cryptography` from 48.0.1 to 50.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.1...50.0.1) 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) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mangum dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: starlette dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- lib/core/layers/fastapi/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/core/layers/fastapi/requirements.txt b/lib/core/layers/fastapi/requirements.txt index ec9d4c573..3939abc16 100644 --- a/lib/core/layers/fastapi/requirements.txt +++ b/lib/core/layers/fastapi/requirements.txt @@ -1,7 +1,7 @@ # boto3==1.40.76 // Provided by Lambda # requests==2.32.5 // provided by Common Layer -fastapi==0.136.1 -mangum==0.21.0 -pydantic==2.12.5 -cryptography==48.0.1 -starlette==1.3.1 +fastapi==0.141.1 +mangum==0.22.0 +pydantic==2.13.5 +cryptography==50.0.1 +starlette==1.6.0