diff --git a/python/gui/dependencies.txt b/python/gui/dependencies.txt index 63daec4a2..ecabb56e0 100644 --- a/python/gui/dependencies.txt +++ b/python/gui/dependencies.txt @@ -1,7 +1,7 @@ attrs certifi chardet -Django~=4.2 +Django~=4.2.24 gunicorn>=22.0 idna jsonschema==3.0.2 diff --git a/python/services/evaluationservice/pyproject.toml b/python/services/evaluationservice/pyproject.toml index e0f4c7f49..144fbcfb7 100644 --- a/python/services/evaluationservice/pyproject.toml +++ b/python/services/evaluationservice/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "channels", "channels-redis", "django-rq", - "Django~=4.2", + "Django~=4.2.24", "djangorestframework", "geopandas", "exceptiongroup" diff --git a/requirements.txt b/requirements.txt index 67aa677e3..e89f8c3dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ daphne Pint django_rq requests -Django~=4.2 +Django~=4.2.24 scipy xarray python-dateutil