@@ -35,7 +35,7 @@ dependencies = [
3535 " Django>=4.2.24,<5.3" , # LTS version, switch only if we have a compelling reason to".
3636 " django-filter>=23.1,<=25.1" , # Uses CalVer, not released often https://github.com/carltongibson/django-filter
3737 " django-guid>=3.3.0,<3.6" , # Looks like only bugfixes in z-Stream.
38- " django-import-export>=2.9,<3.4 .0" ,
38+ " django-import-export>=4.0,<5 .0" ,
3939 " django-lifecycle>=1.0,<=1.2.4" ,
4040 " djangorestframework>=3.14.0,<=3.16.1" ,
4141 " djangorestframework-queryfields>=1.0,<=1.1.0" ,
@@ -59,7 +59,7 @@ dependencies = [
5959 " python-gnupg>=0.5.0,<0.6" , # Looks like only bugfixes in z-Stream [changelog only in git]
6060 " PyYAML>=5.1.1,<6.1" , # Looks like only bugfixes in z-Stream.
6161 " redis>=4.3.0,<6.5" , # Looks like only bugfixes in z-Stream.
62- " tablib>=3.5 .0,<3.6 " , # 3.6.0 breaks with import export. Not sure about semver.
62+ " tablib>=3.8 .0,<4.0 " , # 3.6.0 breaks with import export. Not sure about semver.
6363 " url-normalize>=1.4.3,<2.3" , # SemVer. https://github.com/niksite/url-normalize/blob/master/CHANGELOG.md#changelog
6464 " uuid6>=2023.5.2,<=2025.0.1" ,
6565 " whitenoise>=5.0,<6.12.0" ,
0 commit comments