Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9bbde4

Browse files
authored
chore(deps): update dependency psycopg2-binary to v2.8.6 (GoogleCloudPlatform#4640)
1 parent 0966bc9 commit c9bbde4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

appengine/flexible/cloudsql_postgresql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Flask==1.1.2
22
Flask-SQLAlchemy==2.4.4
33
gunicorn==20.0.4
44
#psycopg2==2.8.5 # You will need either this or psycopg-binary, see http://initd.org/psycopg/docs/install.html for more info
5-
psycopg2-binary==2.8.5
5+
psycopg2-binary==2.8.6

appengine/flexible/django_cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Django==2.2.9; python_version == '3.5'
44
wheel==0.35.1
55
gunicorn==20.0.4
66
#psycopg2==2.8.4 # uncomment if you prefer to build from source
7-
psycopg2-binary==2.8.5
7+
psycopg2-binary==2.8.6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flask==1.1.2
22
# psycopg2==2.8.4
3-
psycopg2-binary==2.8.5 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
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
44
PyMySQL==0.10.0
55
SQLAlchemy==1.3.19

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.35.1
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.5
11+
psycopg2-binary==2.8.6

0 commit comments

Comments
 (0)