From 484d5471a12838fa497d6f573a8c11c54cc4838e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 00:03:26 +0000 Subject: [PATCH] build(deps): bump boto3 from 1.39.3 to 1.42.63 Bumps [boto3](https://github.com/boto/boto3) from 1.39.3 to 1.42.63. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.39.3...1.42.63) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.63 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 41cc837fab3..56e1ba080d7 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.63", # Django Caches "whitenoise==6.6.0", # Contribs