From bc26adea4f6fbccfcefaab4a6aeddd06fdb5108c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 17:03:55 +0000 Subject: [PATCH] chore(deps): bump the python-minor-patch group across 1 directory with 5 updates Bumps the python-minor-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [botocore](https://github.com/boto/botocore) | `1.43.83` | `1.43.91` | | [mangum](https://github.com/Kludex/mangum) | `0.19.0` | `0.22.0` | | [pypdf](https://github.com/py-pdf/pypdf) | `6.16.2` | `6.18.0` | | [strands-agents](https://github.com/strands-agents/harness-sdk) | `1.54.0` | `1.55.1` | | [strands-agents-tools](https://github.com/strands-agents/tools) | `0.8.7` | `0.8.8` | Updates `botocore` from 1.43.83 to 1.43.91 - [Commits](https://github.com/boto/botocore/compare/1.43.83...1.43.91) 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.18.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.18.0) Updates `strands-agents` from 1.54.0 to 1.55.1 - [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.55.1) Updates `strands-agents-tools` from 0.8.7 to 0.8.8 - [Release notes](https://github.com/strands-agents/tools/releases) - [Commits](https://github.com/strands-agents/tools/compare/v0.8.7...v0.8.8) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.43.91 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.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: strands-agents dependency-version: 1.55.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: strands-agents-tools dependency-version: 0.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db6488f..db1182b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,16 +9,16 @@ authors = [{ name = "Tomoya Hatanaka" }] dependencies = [ "bedrock-agentcore==1.22.0", "boto3>=1.40.0,<2", - "botocore[crt]==1.43.83", + "botocore[crt]==1.43.91", "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.18.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.55.1", + "strands-agents-tools[agent-core-code-interpreter]==0.8.8", "uvicorn[standard]>=0.35.0,<1", ]