From d8d27e8f89100cc216091b4fe09cd1887f50d811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 04:02:49 +0000 Subject: [PATCH] Bump django-ses from 4.1.1 to 4.7.2 in /backend Bumps [django-ses](https://github.com/django-ses/django-ses) from 4.1.1 to 4.7.2. - [Release notes](https://github.com/django-ses/django-ses/releases) - [Changelog](https://github.com/django-ses/django-ses/blob/main/CHANGES.md) - [Commits](https://github.com/django-ses/django-ses/compare/v4.1.1...v4.7.2) --- updated-dependencies: - dependency-name: django-ses dependency-version: 4.7.2 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 60597d8b1f..adb8348b96 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -61,7 +61,7 @@ dependencies = [ "boto3==1.43.34", "pycountry<20.0,>=19.8", "countries<1.0.0,>=0.2.0", - "django-ses==4.1.1", + "django-ses==4.7.2", "hashids<2.0.0,>=1.2.0", "django-autocomplete-light==3.9.4", "django-queryinspect<2.0.0,>=1.1.0",