From e0878f1254afff268af6465817be72feb62c08f8 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 30 Mar 2020 18:20:15 +0200 Subject: [PATCH 1/2] chore(deps): update dependency sqlalchemy to v1.3.15 (#3201) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [SQLAlchemy](http://www.sqlalchemy.org) | patch | `==1.3.13` -> `==1.3.15` | --- ### 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_python37/cloudsql/requirements.txt | 2 +- cloud-sql/mysql/sqlalchemy/requirements.txt | 2 +- cloud-sql/postgres/sqlalchemy/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appengine/standard_python37/cloudsql/requirements.txt b/appengine/standard_python37/cloudsql/requirements.txt index e60e7062c6dd..a2e8d62dfa79 100644 --- a/appengine/standard_python37/cloudsql/requirements.txt +++ b/appengine/standard_python37/cloudsql/requirements.txt @@ -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 diff --git a/cloud-sql/mysql/sqlalchemy/requirements.txt b/cloud-sql/mysql/sqlalchemy/requirements.txt index ce5b5a7fb8c6..dbd8e99b8e09 100644 --- a/cloud-sql/mysql/sqlalchemy/requirements.txt +++ b/cloud-sql/mysql/sqlalchemy/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.1 -SQLAlchemy==1.3.13 +SQLAlchemy==1.3.15 PyMySQL==0.9.3 diff --git a/cloud-sql/postgres/sqlalchemy/requirements.txt b/cloud-sql/postgres/sqlalchemy/requirements.txt index 858464e1a8db..27f65294417c 100644 --- a/cloud-sql/postgres/sqlalchemy/requirements.txt +++ b/cloud-sql/postgres/sqlalchemy/requirements.txt @@ -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' From e56418c1057a91f1b4e2c8ca5487dad6f15c5104 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 30 Mar 2020 18:26:48 +0200 Subject: [PATCH 2/2] chore(deps): update dependency google-cloud-bigquery-datatransfer to v1 (#3208) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [google-cloud-bigquery-datatransfer](https://togithub.com/googleapis/python-bigquery-datatransfer) | major | `==0.4.1` -> `==1.0.0` | --- ### Release Notes
googleapis/python-bigquery-datatransfer ### [`v1.0.0`](https://togithub.com/googleapis/python-bigquery-datatransfer/blob/master/CHANGELOG.md#​100-httpswwwgithubcomgoogleapispython-bigquery-datatransfercomparev041v100-2020-03-04) [Compare Source](https://togithub.com/googleapis/python-bigquery-datatransfer/compare/v0.4.1...v1.0.0) ##### Features - **bigquerydatatransfer:** add `service_account_name` option to transfer configs ([#​10013](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/10013)) ([9ca090a](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/9ca090af431092bc4286fa4443dd0dc0141f6de6)) - **bigquerydatatransfer:** undeprecate resource name helper methods; add py2 deprecation warning; bump copyright year to 2020 (via synth) ([#​10226](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/10226)) ([c0f9cc3](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/c0f9cc398e5558002c79a875809bb6cd1a98a8a4)) - set release_status to production/stable ([#​15](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/15)) ([a9c1160](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/a9c1160475dbc327e8cc5da3b5aee3ceaa618bd3)) ##### Bug Fixes - **bigquery_datatransfer:** deprecate resource name helper methods (via synth) ([#​9829](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/9829)) ([fc06995](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/fc0699549479cc3e34e217f9e588f5128107ba89))
--- ### 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). --- bigquery/transfer/cloud-client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery/transfer/cloud-client/requirements.txt b/bigquery/transfer/cloud-client/requirements.txt index 44481294d39a..85446c4f390a 100644 --- a/bigquery/transfer/cloud-client/requirements.txt +++ b/bigquery/transfer/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-bigquery-datatransfer==0.4.1 +google-cloud-bigquery-datatransfer==1.0.0