From 3680196d8b1fbcb576210cb2219eba9cdcac3f28 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 27 Jun 2020 02:32:03 +0200 Subject: [PATCH] Update dependency SQLAlchemy to v1.3.18 (#4169) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [SQLAlchemy](http://www.sqlalchemy.org) | patch | `==1.3.17` -> `==1.3.18` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples). --- appengine/standard_python3/cloudsql/requirements.txt | 2 +- appengine/standard_python37/cloudsql/requirements.txt | 2 +- cloud-sql/mysql/sqlalchemy/requirements.txt | 2 +- cloud-sql/postgres/sqlalchemy/requirements.txt | 2 +- cloud-sql/sql-server/sqlalchemy/requirements.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appengine/standard_python3/cloudsql/requirements.txt b/appengine/standard_python3/cloudsql/requirements.txt index 7e515ff378e9..140d823ea9dd 100644 --- a/appengine/standard_python3/cloudsql/requirements.txt +++ b/appengine/standard_python3/cloudsql/requirements.txt @@ -2,4 +2,4 @@ flask==1.1.2 # psycopg2==2.8.4 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 PyMySQL==0.9.3 -SQLAlchemy==1.3.17 +SQLAlchemy==1.3.18 diff --git a/appengine/standard_python37/cloudsql/requirements.txt b/appengine/standard_python37/cloudsql/requirements.txt index 7e515ff378e9..140d823ea9dd 100644 --- a/appengine/standard_python37/cloudsql/requirements.txt +++ b/appengine/standard_python37/cloudsql/requirements.txt @@ -2,4 +2,4 @@ flask==1.1.2 # psycopg2==2.8.4 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 PyMySQL==0.9.3 -SQLAlchemy==1.3.17 +SQLAlchemy==1.3.18 diff --git a/cloud-sql/mysql/sqlalchemy/requirements.txt b/cloud-sql/mysql/sqlalchemy/requirements.txt index 132b04f57ad5..001f55dfad30 100644 --- a/cloud-sql/mysql/sqlalchemy/requirements.txt +++ b/cloud-sql/mysql/sqlalchemy/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.2 -SQLAlchemy==1.3.17 +SQLAlchemy==1.3.18 PyMySQL==0.9.3 gunicorn==20.0.4 diff --git a/cloud-sql/postgres/sqlalchemy/requirements.txt b/cloud-sql/postgres/sqlalchemy/requirements.txt index 398c5c8c39a0..dd15abd83eb0 100644 --- a/cloud-sql/postgres/sqlalchemy/requirements.txt +++ b/cloud-sql/postgres/sqlalchemy/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.2 -SQLAlchemy==1.3.17 +SQLAlchemy==1.3.18 pg8000==1.15.3 gunicorn==20.0.4 diff --git a/cloud-sql/sql-server/sqlalchemy/requirements.txt b/cloud-sql/sql-server/sqlalchemy/requirements.txt index 7a4d2bcdcdff..0ae1bf23f9a2 100644 --- a/cloud-sql/sql-server/sqlalchemy/requirements.txt +++ b/cloud-sql/sql-server/sqlalchemy/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.2 -SQLAlchemy==1.3.17 +SQLAlchemy==1.3.18 pyodbc==4.0.30