diff --git a/python/cloud-run-django-hello-world/requirements.txt b/python/cloud-run-django-hello-world/requirements.txt index e14c6cc32..7677201cd 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.9 +django==4.2.10 requests==2.31.0 debugpy # Required for debugging.