Skip to content

Commit

Permalink
chore(deps): update dependency psycopg2 to v2.8.5 (#3282)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Apr 14, 2020
1 parent 352f2a3 commit 7138388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/cloudsql_postgresql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==1.1.2
Flask-SQLAlchemy==2.4.1
gunicorn==20.0.4
#psycopg2==2.8.4 # You will need either this or psycopg-binary, see http://initd.org/psycopg/docs/install.html for more info
#psycopg2==2.8.5 # You will need either this or psycopg-binary, see http://initd.org/psycopg/docs/install.html for more info
psycopg2-binary==2.8.5
2 changes: 1 addition & 1 deletion functions/sql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
psycopg2==2.8.4
psycopg2==2.8.5
PyMySQL==0.9.3

0 comments on commit 7138388

Please sign in to comment.