From 9c156c1115a60d4ccc383262c02e7e01c64a7177 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sat, 5 Jul 2025 10:08:32 +0200 Subject: [PATCH] [CHANGE] Django ESI min version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set to v7.0.1, to ensure this fix is included ยป https://gitlab.com/allianceauth/django-esi/-/commit/501966c07c6e7ffde30d7f30ce37ca22749cf09d --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f76be36..6614dbc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "django-bootstrap-form", "django-bootstrap5>=23.3", "django-celery-beat>=2.3", - "django-esi>=5", + "django-esi>=7.0.1", "django-redis>=5.2", "django-registration>=3.3,<3.4", "django-solo",