Skip to content

Commit

Permalink
update flask in cloud-sql (#3393)
Browse files Browse the repository at this point in the history
Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
  • Loading branch information
leahecole and gcf-merge-on-green[bot] committed Apr 14, 2020
1 parent 980e425 commit 2194a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloud-sql/mysql/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.1
Flask==1.1.2
SQLAlchemy==1.3.16
PyMySQL==0.9.3
2 changes: 1 addition & 1 deletion cloud-sql/postgres/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.1
Flask==1.1.2
SQLAlchemy==1.3.16
pg8000==1.13.2; python_version > '3.0'
pg8000==1.12.5; python_version < '3.0'

0 comments on commit 2194a07

Please sign in to comment.