Skip to content

Commit 0430a20

Browse files
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](django-import-export/django-import-export@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] <[email protected]>
1 parent cf5a642 commit 0430a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies = [
7070
"unidecode<2.0.0,>=1.1.1",
7171
"strawberry-graphql==0.257.0",
7272
"Werkzeug>=1.0.1,<4.0.0",
73-
"django-import-export<4.0.0,>=3.2.0",
73+
"django-import-export>=3.2.0,<5.0.0",
7474
"dal-admin-filters==1.1.0",
7575
"django-markdownify==0.9.5",
7676
"django-imagekit==5.0.0",

0 commit comments

Comments
 (0)