File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
appengine/flexible/django_cloudsql
kubernetes_engine/django_tutorial Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Django == 5.2.9
22gunicorn == 23.0.0
3- psycopg2-binary == 2.9.10
3+ psycopg2-binary == 2.9.11
44django-environ == 0.12.0
55google-cloud-secret-manager == 2.21.1
66django-storages [google ]== 1.14.6
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ wheel==0.40.0
77gunicorn == 23.0.0 ; python_version > '3.0'
88gunicorn == 23.0.0 ; python_version < '3.0'
99# psycopg2==2.8.4 # uncomment if you prefer to build from source
10- psycopg2-binary == 2.9.10
10+ psycopg2-binary == 2.9.11
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ Django==5.2.5; python_version >= "3.10"
22Django == 4.2.24 ; python_version >= "3.8" and python_version < "3.10"
33django-storages [google ]== 1.14.6
44django-environ == 0.12.0
5- psycopg2-binary == 2.9.10
5+ psycopg2-binary == 2.9.11
66gunicorn == 23.0.0
77google-cloud-secret-manager == 2.21.1
You can’t perform that action at this time.
0 commit comments