Skip to content

Commit ef1ad45

Browse files
authored
chore(deps): update dependency psycopg2-binary to v2.9.1 (GoogleCloudPlatform#6226)
1 parent eced78d commit ef1ad45

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django==3.2.2
22
gunicorn==20.1.0
3-
psycopg2-binary==2.8.6
3+
psycopg2-binary==2.9.1
44
django-environ==0.4.5
55
google-cloud-secret-manager==2.5.0
66
django-storages[google]==1.11.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flask==2.0.1
22
# psycopg2==2.8.4
3-
psycopg2-binary==2.8.6 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
3+
psycopg2-binary==2.9.1 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
44
PyMySQL==1.0.2
55
SQLAlchemy==1.4.11
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Django==3.2.4
22
django-environ==0.4.5
3-
psycopg2-binary==2.8.6
3+
psycopg2-binary==2.9.1
44
google-cloud-secret-manager==2.5.0

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.36.2
88
gunicorn==20.0.4; 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.8.6
11+
psycopg2-binary==2.9.1

run/django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django==3.2.4
22
django-storages[google]==1.11.1
33
django-environ==0.4.5
4-
psycopg2-binary==2.8.6
4+
psycopg2-binary==2.9.1
55
gunicorn==20.1.0
66
google-cloud-secret-manager==2.5.0

0 commit comments

Comments
 (0)