Skip to content

Commit

Permalink
chore(deps): update dependency flask-sqlalchemy to v2.4.3 (#3884)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored May 27, 2020
1 parent da55550 commit 0d5e015
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/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
Flask-SQLAlchemy==2.4.2
Flask-SQLAlchemy==2.4.3
gunicorn==20.0.4
PyMySQL==0.9.3
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.2
Flask-SQLAlchemy==2.4.3
gunicorn==20.0.4
#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

0 comments on commit 0d5e015

Please sign in to comment.