From 56922a0c4b08c4ae70c94b433370dca483b4d1ea Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Thu, 27 Feb 2025 16:19:29 +0100 Subject: [PATCH] prevent changing user of an UserPreferences instance --- src/strass/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strass/requirements.txt b/src/strass/requirements.txt index b8ab7165..1bd9dab2 100644 --- a/src/strass/requirements.txt +++ b/src/strass/requirements.txt @@ -4,7 +4,7 @@ django-crispy-forms~=2.0 crispy-bootstrap4 python-decouple --extra-index-url https://gitlab.pasteur.fr/api/v4/projects/bbrancot%2Fdjango-basetheme-bootstrap/packages/pypi/simple -django-basetheme-bootstrap>=1.8.4 +django-basetheme-bootstrap>=1.8.7 --extra-index-url https://gitlab.pasteur.fr/api/v4/projects/hub%2Fdjango-kubernetes-probes/packages/pypi/simple django-kubernetes-probes>=1.1 --extra-index-url https://gitlab.pasteur.fr/api/v4/projects/hub%2Fdjango-csp-mail-reports/packages/pypi/simple -- GitLab