Skip to content

Commit d8ddc1b

Browse files
chore(deps): update boto3 requirement in /unicorn_web
Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@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] <support@github.com>
1 parent 418b3d0 commit d8ddc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicorn_web/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires-python = ">=3.13"
1111
dependencies = [
1212
"aws-lambda-powertools[tracer]>=3.25.0",
1313
"aws-xray-sdk>=2.15.0",
14-
"boto3>=1.42.68",
14+
"boto3>=1.42.88",
1515
"requests>=2.32.5",
1616
"crhelper>=2.0.12",
1717
]

0 commit comments

Comments
 (0)