From 563e2210ef85dd07b34fc0d67f9418de145ce3f8 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Thu, 19 Oct 2023 13:11:35 +1000 Subject: [PATCH] Bump Django-ESI to >=5.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db5b176f..18318565 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "celery>=5.2.0,<6", "django-bootstrap-form", "django-celery-beat>=2.3.0", - "django-esi>=4.0.1", + "django-esi>=5.0.0", "django-redis>=5.2.0", "django-registration>=3.3,<3.4", "django-sortedm2m",