From 23ce5deab997cde41ae96762469a008bc39de3ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 05:48:19 +0000 Subject: [PATCH] fix: requirements/base.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7886958 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7886959 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 37c2c56..398f3e7 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,7 +10,7 @@ psycopg2-binary==2.9.5 # https://github.com/psycopg/psycopg2-wheels # Django # ------------------------------------------------------------------------------ -django==4.1.3 # pyup: < 3.1 # https://www.djangoproject.com/ +django==4.2.16 # pyup: < 3.1 # https://www.djangoproject.com/ django-environ==0.9.0 # https://github.com/joke2k/django-environ django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils django-allauth==0.51.0 # https://github.com/pennersr/django-allauth