From 0430a20459dad605efa852288e0f9796a2beedf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 04:02:25 +0000 Subject: [PATCH] Update django-import-export requirement in /backend Updates the requirements on [django-import-export](https://github.com/django-import-export/django-import-export) to permit the latest version. - [Release notes](https://github.com/django-import-export/django-import-export/releases) - [Changelog](https://github.com/django-import-export/django-import-export/blob/main/docs/changelog.rst) - [Commits](https://github.com/django-import-export/django-import-export/compare/3.2.0...4.3.13) --- updated-dependencies: - dependency-name: django-import-export dependency-version: 4.3.13 dependency-type: direct:production ... 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 2a5c7c27d6..3d90149aeb 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -70,7 +70,7 @@ dependencies = [ "unidecode<2.0.0,>=1.1.1", "strawberry-graphql==0.257.0", "Werkzeug>=1.0.1,<4.0.0", - "django-import-export<4.0.0,>=3.2.0", + "django-import-export>=3.2.0,<5.0.0", "dal-admin-filters==1.1.0", "django-markdownify==0.9.5", "django-imagekit==5.0.0",