File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
flexible_python37_and_earlier/django_cloudsql
kubernetes_engine/django_tutorial Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Django == 5.1.4 ; python_version >= "3.10"
22Django == 4.2.17 ; python_version >= "3.8" and python_version < "3.10"
33gunicorn == 22.0.0
4- psycopg2-binary == 2.9.9
4+ psycopg2-binary == 2.9.10
55django-environ == 0.11.2
66google-cloud-secret-manager == 2.16.1
77django-storages [google ]== 1.14.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Django==5.1.4; python_version >= "3.10"
22Django == 4.2.17 ; python_version >= "3.8" and python_version < "3.10"
33Django == 3.2.25 ; python_version < "3.8"
44gunicorn == 22.0.0
5- psycopg2-binary == 2.9.9
5+ psycopg2-binary == 2.9.10
66django-environ == 0.11.2
77google-cloud-secret-manager == 2.16.1
88django-storages [google ]== 1.14.2
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ wheel==0.40.0
88gunicorn == 22.0.0 ; python_version > '3.0'
99gunicorn == 19.10.0 ; python_version < '3.0'
1010# psycopg2==2.8.4 # uncomment if you prefer to build from source
11- psycopg2-binary == 2.9.6
11+ psycopg2-binary == 2.9.10
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ Django==4.2.17; python_version >= "3.8" and python_version < "3.10"
33Django == 3.2.25 ; python_version < "3.8"
44django-storages [google ]== 1.14.2
55django-environ == 0.11.2
6- psycopg2-binary == 2.9.9
6+ psycopg2-binary == 2.9.10
77gunicorn == 22.0.0
88google-cloud-secret-manager == 2.16.1
You can’t perform that action at this time.
0 commit comments