From e43d78603cf3a1375185b89c86f35029d86b64e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 00:12:41 +0000 Subject: [PATCH] Bump boto3 from 1.35.76 to 1.43.9 in /backend Bumps [boto3](https://github.com/boto/boto3) from 1.35.76 to 1.43.9. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.76...1.43.9) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 5aee8a095e..9c708a1555 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "uwsgi==2.0.30", "django-storages==1.14.4", "sentry-sdk>=2.14.0", - "boto3==1.35.76", + "boto3==1.43.9", "pycountry<20.0,>=19.8", "countries<1.0.0,>=0.2.0", "django-ses==4.1.1",