From c9b36f61fcb7b5792c7bd91aa81c452fbd405bd3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Feb 2026 11:49:53 +0000 Subject: [PATCH 1/2] fix: requirements/base.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-15183335 - https://snyk.io/vuln/SNYK-PYTHON-WAGTAIL-15189141 --- requirements/base.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9b515ed4..701e3729 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -12,7 +12,7 @@ xmltodict==0.13.0 # https://github.com/martinblech/xmltodict.git # Django # ------------------------------------------------------------------------------ -django==4.1.6 # pyup: < 4.0 # https://www.djangoproject.com/ +django==4.2.28 # pyup: < 4.0 # https://www.djangoproject.com/ django-environ==0.8.1 # https://github.com/joke2k/django-environ django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils django-allauth==0.54.0 # https://github.com/pennersr/django-allauth @@ -24,7 +24,7 @@ django-redis==5.2.0 # https://github.com/jazzband/django-redis # Wagtail # ------------------------------------------------------------------------------ -wagtail==4.2.2 # https://github.com/wagtail/wagtail +wagtail==6.3.6 # https://github.com/wagtail/wagtail # Wagtail Recaptcha From 6b910b5dd3517de4e5ae865a20d833ca26fae760 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Feb 2026 12:30:28 +0000 Subject: [PATCH 2/2] fix: requirements/base.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-15183335 - https://snyk.io/vuln/SNYK-PYTHON-WAGTAIL-15189141