From 0e9f7f3379660c0466a185029bbc31b91215f1c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 17:03:55 +0000 Subject: [PATCH] chore(deps): bump the python-minor-patch group with 2 updates Bumps the python-minor-patch group with 2 updates: [botocore](https://github.com/boto/botocore) and [mangum](https://github.com/Kludex/mangum). Updates `botocore` from 1.43.83 to 1.43.87 - [Commits](https://github.com/boto/botocore/compare/1.43.83...1.43.87) Updates `mangum` from 0.19.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.19.0...0.22.0) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.43.87 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: mangum dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db6488f..f1c0654 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,10 +9,10 @@ authors = [{ name = "Tomoya Hatanaka" }] dependencies = [ "bedrock-agentcore==1.22.0", "boto3>=1.40.0,<2", - "botocore[crt]==1.43.83", + "botocore[crt]==1.43.87", "fastapi>=0.116.0,<1", "httpx>=0.28.0,<1", - "mangum==0.19.0", + "mangum==0.22.0", "pydantic>=2.11.0,<3", "pydantic-settings>=2.10.0,<3", "pypdf==6.16.2",