From 1c48380ac7e64acbcb58947a49401b59fd8dcb51 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Nov 2025 21:34:50 +0000 Subject: [PATCH] fix: solution/django-postgres/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-13836728 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-13837025 --- solution/django-postgres/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/django-postgres/requirements.txt b/solution/django-postgres/requirements.txt index 5f230dba7..ddce197aa 100644 --- a/solution/django-postgres/requirements.txt +++ b/solution/django-postgres/requirements.txt @@ -1,2 +1,2 @@ -Django==3.2.15 +Django==4.2.26 psycopg2 \ No newline at end of file