From 536b03635d878450c111007d51e92d0a566afc37 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 5 Mar 2021 11:24:02 +0100 Subject: [PATCH] chore(deps): update dependency google-cloud-storage to v1.36.1 (#106) [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-storage](https://togithub.com/googleapis/python-storage) | `==1.33.0` -> `==1.36.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.36.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.36.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.36.1/compatibility-slim/1.33.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.36.1/confidence-slim/1.33.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/python-storage ### [`v1.36.1`](https://togithub.com/googleapis/python-storage/blob/master/CHANGELOG.md#​1361-httpswwwgithubcomgoogleapispython-storagecomparev1360v1361-2021-02-19) [Compare Source](https://togithub.com/googleapis/python-storage/compare/v1.36.0...v1.36.1) ### [`v1.36.0`](https://togithub.com/googleapis/python-storage/blob/master/CHANGELOG.md#​1360-httpswwwgithubcomgoogleapispython-storagecomparev1351v1360-2021-02-10) [Compare Source](https://togithub.com/googleapis/python-storage/compare/v1.35.1...v1.36.0) ##### Features - add mtls support ([#​367](https://www.github.com/googleapis/python-storage/issues/367)) ([d35ab35](https://www.github.com/googleapis/python-storage/commit/d35ab3537d1828505f614d32b79b67173c9438c0)) ##### Bug Fixes - correctly decode times without microseconds ([#​375](https://www.github.com/googleapis/python-storage/issues/375)) ([37a1eb5](https://www.github.com/googleapis/python-storage/commit/37a1eb54095b4f857771784007dd049ffafbc11d)), closes [#​363](https://www.github.com/googleapis/python-storage/issues/363) - expose num_retries parameter for blob upload methods ([#​353](https://www.github.com/googleapis/python-storage/issues/353)) ([fdabd6a](https://www.github.com/googleapis/python-storage/commit/fdabd6af74da4b15fbb5d40fb8f80a9b478b9607)), closes [#​352](https://www.github.com/googleapis/python-storage/issues/352) - pass the unused parameter ([#​349](https://www.github.com/googleapis/python-storage/issues/349)) ([5c60d24](https://www.github.com/googleapis/python-storage/commit/5c60d240aa98d2a1dcc6933d6da2ce60ea1b7559)) - set custom_time on uploads ([#​374](https://www.github.com/googleapis/python-storage/issues/374)) ([f048be1](https://www.github.com/googleapis/python-storage/commit/f048be10416f51cea4e6c8c5b805df7b5d9c4d32)), closes [#​372](https://www.github.com/googleapis/python-storage/issues/372) ##### [1.35.1](https://www.github.com/googleapis/python-storage/compare/v1.35.0...v1.35.1) (2021-01-28) ##### Bug Fixes - address incorrect usage of request preconditions ([#​366](https://www.github.com/googleapis/python-storage/issues/366)) ([321658c](https://www.github.com/googleapis/python-storage/commit/321658c3b9ccaf22d08dd881c93206590f8275b7)) - Amend default retry behavior for bucket operations on client ([#​358](https://www.github.com/googleapis/python-storage/issues/358)) ([b91e57d](https://www.github.com/googleapis/python-storage/commit/b91e57d6ca314ac4feaec30bf355fcf7ac4468c0)) ### [`v1.35.1`](https://togithub.com/googleapis/python-storage/blob/master/CHANGELOG.md#​1351-httpswwwgithubcomgoogleapispython-storagecomparev1350v1351-2021-01-28) [Compare Source](https://togithub.com/googleapis/python-storage/compare/v1.35.0...v1.35.1) ### [`v1.35.0`](https://togithub.com/googleapis/python-storage/blob/master/CHANGELOG.md#​1350-httpswwwgithubcomgoogleapispython-storagecomparev1340v1350-2020-12-14) [Compare Source](https://togithub.com/googleapis/python-storage/compare/v1.34.0...v1.35.0) ##### Features - support ConnectionError retries for media operations ([#​342](https://www.github.com/googleapis/python-storage/issues/342)) ([e55b25b](https://www.github.com/googleapis/python-storage/commit/e55b25be1e32f17b17bffe1da99fca5062f180cb)) ### [`v1.34.0`](https://togithub.com/googleapis/python-storage/blob/master/CHANGELOG.md#​1340-httpswwwgithubcomgoogleapispython-storagecomparev1330v1340-2020-12-11) [Compare Source](https://togithub.com/googleapis/python-storage/compare/v1.33.0...v1.34.0) ##### Features - make retry parameter public and added in other methods ([#​331](https://www.github.com/googleapis/python-storage/issues/331)) ([910e34c](https://www.github.com/googleapis/python-storage/commit/910e34c57de5823bc3a04adbd87cbfe27fb41882)) ##### Bug Fixes - avoid triggering global logging config ([#​333](https://www.github.com/googleapis/python-storage/issues/333)) ([602108a](https://www.github.com/googleapis/python-storage/commit/602108a976503271fe0d85c8d7891ce8083aca89)), closes [#​332](https://www.github.com/googleapis/python-storage/issues/332) - fall back to 'charset' of 'content_type' in 'download_as_text' ([#​326](https://www.github.com/googleapis/python-storage/issues/326)) ([63ff233](https://www.github.com/googleapis/python-storage/commit/63ff23387f5873c609490be8e58d69ba34a10a5e)), closes [#​319](https://www.github.com/googleapis/python-storage/issues/319) - fix conditional retry handling of camelCase query params ([#​340](https://www.github.com/googleapis/python-storage/issues/340)) ([4ff6141](https://www.github.com/googleapis/python-storage/commit/4ff614161f6a2654a59706f4f72b5fbb614e70ec)) - retry uploads only conditionally ([#​316](https://www.github.com/googleapis/python-storage/issues/316)) ([547740c](https://www.github.com/googleapis/python-storage/commit/547740c0a898492e76ce5e60dd20c7ddb8a53d1f)) - update 'custom_time' setter to record change ([#​323](https://www.github.com/googleapis/python-storage/issues/323)) ([5174154](https://www.github.com/googleapis/python-storage/commit/5174154fe73bb6581efc3cd32ebe12014ceab306)), closes [#​322](https://www.github.com/googleapis/python-storage/issues/322)
--- ### 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**: Whenever PR becomes conflicted, 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#github/googleapis/python-automl). --- packages/google-cloud-automl/samples/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-automl/samples/snippets/requirements.txt b/packages/google-cloud-automl/samples/snippets/requirements.txt index db8e716c3180..fa83b98ec79e 100644 --- a/packages/google-cloud-automl/samples/snippets/requirements.txt +++ b/packages/google-cloud-automl/samples/snippets/requirements.txt @@ -1,3 +1,3 @@ google-cloud-translate==3.0.2 -google-cloud-storage==1.33.0 +google-cloud-storage==1.36.1 google-cloud-automl==2.2.0