From 116b7bd8335f1bf3d9956f0748aa28f775de0bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 00:03:23 +0000 Subject: [PATCH] chore(deps): bump authlib Bumps [authlib](https://github.com/authlib/authlib) from 1.6.5 to 1.6.11. - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/v1.6.11/docs/changelog.rst) - [Commits](https://github.com/authlib/authlib/compare/v1.6.5...v1.6.11) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../mcp_dynamodb/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-use-cases/customer-support-assistant-vpc/mcp_dynamodb/requirements.txt b/02-use-cases/customer-support-assistant-vpc/mcp_dynamodb/requirements.txt index b9ad8ef39..8d783b340 100644 --- a/02-use-cases/customer-support-assistant-vpc/mcp_dynamodb/requirements.txt +++ b/02-use-cases/customer-support-assistant-vpc/mcp_dynamodb/requirements.txt @@ -13,7 +13,7 @@ attrs==25.3.0 # cyclopts # jsonschema # referencing -authlib==1.6.5 +authlib==1.6.11 # via fastmcp bedrock-agentcore==0.1.6 # via mcp-dynamodb (pyproject.toml)