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

Skip to content

Commit b5bc41c

Browse files
authored
Update dependency psycopg2-binary to v2.8.5 (GoogleCloudPlatform#3283)
1 parent 22caf34 commit b5bc41c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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.34.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.4
11+
psycopg2-binary==2.8.5

0 commit comments

Comments
 (0)