From df095c4853c61a79fe8d0b8dbd5d57b60bd403df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:34:48 +0000 Subject: [PATCH] chore(deps): update boto3 requirement in /unicorn_contracts Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.68...1.42.88) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.88 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- unicorn_contracts/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn_contracts/pyproject.toml b/unicorn_contracts/pyproject.toml index fb61605..f130daa 100644 --- a/unicorn_contracts/pyproject.toml +++ b/unicorn_contracts/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.13" dependencies = [ "aws-lambda-powertools[tracer]>=3.25.0", "aws-xray-sdk>=2.15.0", - "boto3>=1.42.68", + "boto3>=1.42.88", ] [project.optional-dependencies]