From 41af52e7dc9ff016ba21c83d85507e41fd397a09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 02:02:06 +0000 Subject: [PATCH] Bump django-import-export from 4.3.3 to 4.3.4 (#773) Bumps [django-import-export](https://github.com/django-import-export/django-import-export) from 4.3.3 to 4.3.4. - [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.3...4.3.4) --- updated-dependencies: - dependency-name: django-import-export dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 3f9dc95..31cfff8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -20,7 +20,7 @@ drf-spectacular>=0.27.1 # https://github.com/tfranzel/drf-spectacular django-filter==24.3 # https://github.com/carltongibson/django-filter django-health-check==3.18.3 # https://github.com/KristianOellegaard/django-health-check dj-rest-auth[with_social]==7.0.1 # https://github.com/iMerica/dj-rest-auth -django-import-export==4.3.3 +django-import-export==4.3.4 django-taggit==6.1.0 django-storages==1.14.4 django-cors-headers==4.6.0 # https://github.com/adamchainz/django-cors-headers