Skip to content

Commit 3b1c5d3

Browse files
authored
chore(deps): update dependency psycopg2-binary to v2.9.10 (#12841)
1 parent 856b524 commit 3b1c5d3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Django==5.1.4; python_version >= "3.10"
22
Django==4.2.17; python_version >= "3.8" and python_version < "3.10"
33
gunicorn==22.0.0
4-
psycopg2-binary==2.9.9
4+
psycopg2-binary==2.9.10
55
django-environ==0.11.2
66
google-cloud-secret-manager==2.16.1
77
django-storages[google]==1.14.2

appengine/flexible_python37_and_earlier/django_cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Django==5.1.4; python_version >= "3.10"
22
Django==4.2.17; python_version >= "3.8" and python_version < "3.10"
33
Django==3.2.25; python_version < "3.8"
44
gunicorn==22.0.0
5-
psycopg2-binary==2.9.9
5+
psycopg2-binary==2.9.10
66
django-environ==0.11.2
77
google-cloud-secret-manager==2.16.1
88
django-storages[google]==1.14.2

kubernetes_engine/django_tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ wheel==0.40.0
88
gunicorn==22.0.0; python_version > '3.0'
99
gunicorn==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

run/django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Django==4.2.17; python_version >= "3.8" and python_version < "3.10"
33
Django==3.2.25; python_version < "3.8"
44
django-storages[google]==1.14.2
55
django-environ==0.11.2
6-
psycopg2-binary==2.9.9
6+
psycopg2-binary==2.9.10
77
gunicorn==22.0.0
88
google-cloud-secret-manager==2.16.1

0 commit comments

Comments
 (0)