From 9b1fdfd900e564f1b8a1ea6a8d07d13c010b0bc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 19:42:41 +0000 Subject: [PATCH] Bump django-ses from 0.8.1 to 3.5.0 in /requirements Bumps [django-ses](https://github.com/django-ses/django-ses) from 0.8.1 to 3.5.0. - [Release notes](https://github.com/django-ses/django-ses/releases) - [Changelog](https://github.com/django-ses/django-ses/blob/master/CHANGES.md) - [Commits](https://github.com/django-ses/django-ses/compare/0.8.1...v3.5.0) --- updated-dependencies: - dependency-name: django-ses dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index a84bcb124c6..2a2f13d5100 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,7 +1,7 @@ # Packages required in a production environment -r base.txt -django-ses==0.8.1 +django-ses==3.5.0 # Later versions of gevent wrap Python's __import__ in a way that breaks Oscar imports. # For more, see https://github.com/edx/ecommerce/pull/920.