From 03697f748e6085cf2f634d90e48ed90efe8a5399 Mon Sep 17 00:00:00 2001 From: Mikko Nieminen Date: Thu, 5 Sep 2024 16:20:55 +0200 Subject: [PATCH] upgrade to django-sodar-core v1.0.2-wip (#1922) --- requirements/base.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index de71540c..202b27a0 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ wheel==0.42.0 setuptools==70.0.0 # Django -django==4.2.15 +django==4.2.16 # Configuration django-environ==0.11.2 @@ -77,7 +77,7 @@ django-autocomplete-light==3.11.0 # SODAR Core # django-sodar-core==1.0.1 --e git+https://github.com/bihealth/sodar-core.git@7174f6220fafd5ae465f28d319cf061dfd885190#egg=django-sodar-core +-e git+https://github.com/bihealth/sodar-core.git@631b0063de6f723b0cd11ea1457e36d67ccffae0#egg=django-sodar-core # Celery celery==5.3.6