diff --git a/solution/django-postgres/requirements.txt b/solution/django-postgres/requirements.txt index 5f230dba7..caacd98da 100644 --- a/solution/django-postgres/requirements.txt +++ b/solution/django-postgres/requirements.txt @@ -1,2 +1,3 @@ -Django==3.2.15 -psycopg2 \ No newline at end of file +Django==4.2.27 +psycopg2 +sqlparse>=0.5.4 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file