diff --git a/python/django/python-guestbook/src/requirements.txt b/python/django/python-guestbook/src/requirements.txt index a5e4a83a2..9def6dbb3 100644 --- a/python/django/python-guestbook/src/requirements.txt +++ b/python/django/python-guestbook/src/requirements.txt @@ -1,3 +1,3 @@ Django==4.2.9 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.11 python-dateutil==2.8.2 diff --git a/python/django/python-hello-world/src/requirements.txt b/python/django/python-hello-world/src/requirements.txt index 9b1883c77..0a5b0a2f6 100644 --- a/python/django/python-hello-world/src/requirements.txt +++ b/python/django/python-hello-world/src/requirements.txt @@ -1,4 +1,4 @@ Django==4.2.10 requests==2.31.0 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.11 debugpy # Required for debugging