From 35bce8631b6abf94e5ff9a73f10d235afe93f124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:01:00 +0000 Subject: [PATCH] [deps] Update django-import-export requirement from ~=4.3.10 to ~=4.3.13 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/4.3.10...4.3.13) --- updated-dependencies: - dependency-name: django-import-export dependency-version: 4.3.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c7eeb59d6..601562a34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,4 @@ scp~=0.15.0 django-cache-memoize~=0.2.1 shortuuid~=1.0.13 netaddr~=1.3.0 -django-import-export~=4.3.10 +django-import-export~=4.3.13