Skip to content

Commit

Permalink
Merge branch 'master' into renovate/google-cloud-datalabeling-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-merge-on-green[bot] authored Mar 30, 2020
2 parents 9ece262 + e56418c commit 7f7e7dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appengine/standard_python37/cloudsql/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ flask==1.1.1
# psycopg2==2.8.4
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
PyMySQL==0.9.3
SQLAlchemy==1.3.13
SQLAlchemy==1.3.15
2 changes: 1 addition & 1 deletion bigquery/transfer/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-bigquery-datatransfer==0.4.1
google-cloud-bigquery-datatransfer==1.0.0
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
SQLAlchemy==1.3.13
SQLAlchemy==1.3.15
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
SQLAlchemy==1.3.13
SQLAlchemy==1.3.15
pg8000==1.13.2; python_version > '3.0'
pg8000==1.12.5; python_version < '3.0'

0 comments on commit 7f7e7dc

Please sign in to comment.