From 3872dad6ebd7e559bf62cdc477d9f5b7b14f91d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:59:57 +0000 Subject: [PATCH] Update django-import-export requirement 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/2.9.0...4.3.1) --- updated-dependencies: - dependency-name: django-import-export dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c9d1e6412..3903429fd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "Django~=4.2.0", # LTS version, switch only if we have a compelling reason to", "django-filter>=23.1,<=24.3", "django-guid>=3.3,<=3.5.0", - "django-import-export>=2.9,<3.4.0", + "django-import-export>=2.9,<4.4.0", "django-lifecycle>=1.0,<=1.2.4", "djangorestframework>=3.14.0,<=3.15.2", "djangorestframework-queryfields>=1.0,<=1.1.0",