Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/flexible/django_cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==5.2.9
gunicorn==23.0.0
psycopg2-binary==2.9.10
psycopg2-binary==2.9.11
django-environ==0.12.0
google-cloud-secret-manager==2.21.1
django-storages[google]==1.14.6
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==5.2.5
gunicorn==23.0.0
psycopg2-binary==2.9.10
psycopg2-binary==2.9.11
django-environ==0.12.0
google-cloud-secret-manager==2.21.1
django-storages[google]==1.14.6
2 changes: 1 addition & 1 deletion kubernetes_engine/django_tutorial/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ wheel==0.40.0
gunicorn==23.0.0; python_version > '3.0'
gunicorn==23.0.0; python_version < '3.0'
# psycopg2==2.8.4 # uncomment if you prefer to build from source
psycopg2-binary==2.9.10
psycopg2-binary==2.9.11
2 changes: 1 addition & 1 deletion run/django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Django==5.2.5; python_version >= "3.10"
Django==4.2.24; python_version >= "3.8" and python_version < "3.10"
django-storages[google]==1.14.6
django-environ==0.12.0
psycopg2-binary==2.9.10
psycopg2-binary==2.9.11
gunicorn==23.0.0
google-cloud-secret-manager==2.21.1