From d744ab57402070963eadb29218f3298972362146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 09:14:49 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group across 1 directory with 3 updates Bumps the python-dependencies group with 3 updates in the /lib/core/layers/fastapi directory: [fastapi](https://github.com/fastapi/fastapi), [cryptography](https://github.com/pyca/cryptography) and [starlette](https://github.com/Kludex/starlette). 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 `cryptography` from 46.0.5 to 46.0.6 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6) 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) --- updated-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: cryptography dependency-version: 46.0.6 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 ... Signed-off-by: dependabot[bot] --- lib/core/layers/fastapi/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/core/layers/fastapi/requirements.txt b/lib/core/layers/fastapi/requirements.txt index 19aa238c1..35c4ba392 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.135.1 +fastapi==0.135.3 mangum==0.21.0 pydantic==2.12.5 -cryptography==46.0.5 -starlette==0.52.1 +cryptography==46.0.6 +starlette==1.0.0