From 56ea735b66a7c4a4752cbae6cd6b9991830cd9e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 17:03:56 +0000 Subject: [PATCH] chore(deps): bump the python-minor-patch group across 1 directory with 6 updates Bumps the python-minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bedrock-agentcore](https://github.com/aws/bedrock-agentcore-sdk-python) | `1.22.0` | `1.23.1` | | [botocore](https://github.com/boto/botocore) | `1.43.83` | `1.43.96` | | [mangum](https://github.com/Kludex/mangum) | `0.19.0` | `0.22.0` | | [pypdf](https://github.com/py-pdf/pypdf) | `6.16.2` | `6.19.0` | | [strands-agents](https://github.com/strands-agents/harness-sdk) | `1.54.0` | `1.56.0` | | [strands-agents-tools](https://github.com/strands-agents/tools) | `0.8.7` | `0.8.9` | Updates `bedrock-agentcore` from 1.22.0 to 1.23.1 - [Release notes](https://github.com/aws/bedrock-agentcore-sdk-python/releases) - [Changelog](https://github.com/aws/bedrock-agentcore-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/bedrock-agentcore-sdk-python/compare/v1.22.0...v1.23.1) Updates `botocore` from 1.43.83 to 1.43.96 - [Commits](https://github.com/boto/botocore/compare/1.43.83...1.43.96) 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) Updates `pypdf` from 6.16.2 to 6.19.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/6.16.2...6.19.0) Updates `strands-agents` from 1.54.0 to 1.56.0 - [Release notes](https://github.com/strands-agents/harness-sdk/releases) - [Commits](https://github.com/strands-agents/harness-sdk/compare/python/v1.54.0...python/v1.56.0) Updates `strands-agents-tools` from 0.8.7 to 0.8.9 - [Release notes](https://github.com/strands-agents/tools/releases) - [Commits](https://github.com/strands-agents/tools/compare/v0.8.7...v0.8.9) --- updated-dependencies: - dependency-name: bedrock-agentcore dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: botocore dependency-version: 1.43.96 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 - dependency-name: pypdf dependency-version: 6.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: strands-agents dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: strands-agents-tools dependency-version: 0.8.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db6488f..a997dc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,18 +7,18 @@ requires-python = ">=3.12,<3.14" license = { text = "MIT" } authors = [{ name = "Tomoya Hatanaka" }] dependencies = [ - "bedrock-agentcore==1.22.0", + "bedrock-agentcore==1.23.1", "boto3>=1.40.0,<2", - "botocore[crt]==1.43.83", + "botocore[crt]==1.43.96", "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", + "pypdf==6.19.0", "python-multipart>=0.0.20,<1", - "strands-agents==1.54.0", - "strands-agents-tools[agent-core-code-interpreter]==0.8.7", + "strands-agents==1.56.0", + "strands-agents-tools[agent-core-code-interpreter]==0.8.9", "uvicorn[standard]>=0.35.0,<1", ]