From e2f494374579aa2faf68a21671bef199088140fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 May 2023 02:10:11 +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-5496950 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9a00204..7710b5b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,7 +10,7 @@ uvicorn[standard]==0.12.2 # https://github.com/encode/uvicorn # Django # ------------------------------------------------------------------------------ -django==3.2.4 # pyup: < 3.1 # https://www.djangoproject.com/ +django==3.2.19 # pyup: < 3.1 # https://www.djangoproject.com/ django-environ==0.4.5 # https://github.com/joke2k/django-environ django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils django-allauth==0.44.0 # https://github.com/pennersr/django-allauth