From 0115f97b57b539be3f348cd7966025b02987e896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 00:52:45 +0000 Subject: [PATCH] Bump django-ses from 4.1.1 to 4.3.1 in /backend Bumps [django-ses](https://github.com/django-ses/django-ses) from 4.1.1 to 4.3.1. - [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.3.1) --- updated-dependencies: - dependency-name: django-ses 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 4378c3069d..2365489549 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -62,7 +62,7 @@ dependencies = [ "boto3==1.35.76", "pycountry<20.0,>=19.8", "countries<1.0.0,>=0.2.0", - "django-ses==4.1.1", + "django-ses==4.3.1", "hashids<2.0.0,>=1.2.0", "django-autocomplete-light==3.9.4", "django-queryinspect<2.0.0,>=1.1.0",