From 62428ce35e1af4c1c8f29f31678a5034eefdfaf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 06:12:52 +0000 Subject: [PATCH] dependabot: bump botocore from 1.35.54 to 1.35.68 Bumps [botocore](https://github.com/boto/botocore) from 1.35.54 to 1.35.68. - [Commits](https://github.com/boto/botocore/compare/1.35.54...1.35.68) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements-docs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8a2ad62..a639bc2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ # uv pip compile --extra=dev --python-version=3.11 --output-file=requirements-dev.txt pyproject.toml boto3==1.35.54 # via mlinfra (pyproject.toml) -botocore==1.35.54 +botocore==1.35.68 # via # boto3 # s3transfer diff --git a/requirements-docs.txt b/requirements-docs.txt index b2d8a9c..230e922 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -6,7 +6,7 @@ babel==2.16.0 # mkdocs-material boto3==1.35.54 # via mlinfra (pyproject.toml) -botocore==1.35.54 +botocore==1.35.68 # via # boto3 # s3transfer