@@ -32,10 +32,10 @@ dependencies = [
3232 " backoff>=2.1.2,<2.3" , # Looks like only bugfixes in z-Stream.
3333 " click>=8.1.0,<8.4" , # Uses milestone.feature.fix https://palletsprojects.com/versions .
3434 " cryptography>=44.0.3,<47.0" , # SemVer compatible https://cryptography.io/en/latest/api-stability/#versioning .
35- " Django~ =4.2.0 " , # LTS version, switch only if we have a compelling reason to".
35+ " 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>=2.9,<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,<7.2" , # 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.5.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