diff --git a/python/django/python-hello-world/src/requirements.txt b/python/django/python-hello-world/src/requirements.txt index 9b1883c77..e14886503 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 +requests==2.32.2 psycopg2-binary==2.9.9 debugpy # Required for debugging