From 853152c4dc19c716f143d99378c6a884583c956d Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 28 Mar 2020 01:16:54 +0100 Subject: [PATCH] chore(deps): update dependency six to v1.14.0 [(#3200)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/3200) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [six](https://togithub.com/benjaminp/six) | minor | `==1.13.0` -> `==1.14.0` | --- ### Release Notes
benjaminp/six ### [`v1.14.0`](https://togithub.com/benjaminp/six/blob/master/CHANGES#​1140) [Compare Source](https://togithub.com/benjaminp/six/compare/1.13.0...1.14.0) - Issue [#​288](https://togithub.com/benjaminp/six/issues/288), pull request [#​289](https://togithub.com/benjaminp/six/issues/289): Add `six.assertNotRegex`. - Issue [#​317](https://togithub.com/benjaminp/six/issues/317): `six.moves._dummy_thread` now points to the `_thread` module on Python 3.9+. Python 3.7 and later requires threading and deprecated the `_dummy_thread` module. - Issue [#​308](https://togithub.com/benjaminp/six/issues/308), pull request [#​314](https://togithub.com/benjaminp/six/issues/314): Remove support for Python 2.6 and Python 3.2. - Issue [#​250](https://togithub.com/benjaminp/six/issues/250), issue [#​165](https://togithub.com/benjaminp/six/issues/165), pull request [#​251](https://togithub.com/benjaminp/six/issues/251): `six.wraps` now ignores missing attributes. This follows the Python 3.2+ standard library behavior.
--- ### 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). --- .../samples/microphone/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-python-speech/samples/microphone/requirements.txt b/packages/google-cloud-python-speech/samples/microphone/requirements.txt index 15c2443c4d26..3a75f3402b80 100644 --- a/packages/google-cloud-python-speech/samples/microphone/requirements.txt +++ b/packages/google-cloud-python-speech/samples/microphone/requirements.txt @@ -1,4 +1,4 @@ google-cloud-speech==1.3.2 pyaudio==0.2.11 -six==1.13.0 +six==1.14.0