From 764a2b622fbce09a780068e135d2ede3d035798d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Sep 2025 06:19:51 +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-12485156 --- 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..7b5c47c6d 100644 --- a/solution/django-postgres/requirements.txt +++ b/solution/django-postgres/requirements.txt @@ -1,2 +1,2 @@ -Django==3.2.15 +Django==4.2.24 psycopg2 \ No newline at end of file