diff --git a/python/cloud-run-django-hello-world/requirements.txt b/python/cloud-run-django-hello-world/requirements.txt index 7677201cd..3a602a2c7 100644 --- a/python/cloud-run-django-hello-world/requirements.txt +++ b/python/cloud-run-django-hello-world/requirements.txt @@ -1,3 +1,3 @@ django==4.2.10 -requests==2.31.0 +requests==2.33.0 debugpy # Required for debugging.