From 0d81b5ddfad06f85b68cc93899fe4c719e478486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 00:02:53 +0000 Subject: [PATCH] build(deps): bump boto3 from 1.39.3 to 1.42.91 Bumps [boto3](https://github.com/boto/boto3) from 1.39.3 to 1.42.91. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.39.3...1.42.91) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.91 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9fb297a4990..81ebb7e0638 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ dependencies = [ "django-storages==1.14.3", "dropbox==11.36.2", "google-cloud-storage==2.16.0", - "boto3==1.39.3", + "boto3==1.42.91", # Django Caches "whitenoise==6.6.0", # Contribs