-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency six to v1.14.0 #3200
Merged
gcf-merge-on-green
merged 2 commits into
GoogleCloudPlatform:master
from
renovate-bot:renovate/six-1.x
Mar 28, 2020
Merged
chore(deps): update dependency six to v1.14.0 #3200
gcf-merge-on-green
merged 2 commits into
GoogleCloudPlatform:master
from
renovate-bot:renovate/six-1.x
Mar 28, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate-bot
requested review from
crwilcox,
daniel-sanche,
djmailhot,
leahecole,
nnegrey,
sirtorry and
a team
as code owners
March 27, 2020 23:05
trusted-contributions-gcf
bot
added
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Mar 27, 2020
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Mar 27, 2020
kokoro-team
removed
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Mar 27, 2020
busunkim96
approved these changes
Mar 27, 2020
trusted-contributions-gcf
bot
added
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Mar 27, 2020
busunkim96
added
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Mar 27, 2020
kokoro-team
removed
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Mar 27, 2020
kurtisvg
approved these changes
Mar 27, 2020
trusted-contributions-gcf
bot
added
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Mar 27, 2020
kokoro-team
removed
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Mar 27, 2020
Your PR has conflicts that you need to resolve before merge-on-green can automerge |
trusted-contributions-gcf
bot
added
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Mar 27, 2020
kokoro-team
removed
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Mar 27, 2020
trusted-contributions-gcf
bot
added
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Mar 28, 2020
kokoro-team
removed
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Mar 28, 2020
PR has been edited👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description. |
busunkim96
pushed a commit
to busunkim96/python-speech
that referenced
this pull request
Sep 1, 2020
…atform/python-docs-samples#3200) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [six](https://github.com/benjaminp/six) | minor | `==1.13.0` -> `==1.14.0` | --- ### Release Notes <details> <summary>benjaminp/six</summary> ### [`v1.14.0`](https://github.com/benjaminp/six/blob/master/CHANGES#​1140) [Compare Source](https://github.com/benjaminp/six/compare/1.13.0...1.14.0) - Issue [#​288](https://github.com/benjaminp/six/issues/288), pull request [#​289](https://github.com/benjaminp/six/issues/289): Add `six.assertNotRegex`. - Issue [#​317](https://github.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://github.com/benjaminp/six/issues/308), pull request [#​314](https://github.com/benjaminp/six/issues/314): Remove support for Python 2.6 and Python 3.2. - Issue [#​250](https://github.com/benjaminp/six/issues/250), issue [#​165](https://github.com/benjaminp/six/issues/165), pull request [#​251](https://github.com/benjaminp/six/issues/251): `six.wraps` now ignores missing attributes. This follows the Python 3.2+ standard library behavior. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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).
busunkim96
pushed a commit
to googleapis/python-speech
that referenced
this pull request
Sep 3, 2020
…atform/python-docs-samples#3200) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [six](https://github.com/benjaminp/six) | minor | `==1.13.0` -> `==1.14.0` | --- ### Release Notes <details> <summary>benjaminp/six</summary> ### [`v1.14.0`](https://github.com/benjaminp/six/blob/master/CHANGES#​1140) [Compare Source](https://github.com/benjaminp/six/compare/1.13.0...1.14.0) - Issue [#​288](https://github.com/benjaminp/six/issues/288), pull request [#​289](https://github.com/benjaminp/six/issues/289): Add `six.assertNotRegex`. - Issue [#​317](https://github.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://github.com/benjaminp/six/issues/308), pull request [#​314](https://github.com/benjaminp/six/issues/314): Remove support for Python 2.6 and Python 3.2. - Issue [#​250](https://github.com/benjaminp/six/issues/250), issue [#​165](https://github.com/benjaminp/six/issues/165), pull request [#​251](https://github.com/benjaminp/six/issues/251): `six.wraps` now ignores missing attributes. This follows the Python 3.2+ standard library behavior. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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).
8 tasks
telpirion
pushed a commit
that referenced
this pull request
Jan 13, 2023
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [six](https://github.com/benjaminp/six) | minor | `==1.13.0` -> `==1.14.0` | --- ### Release Notes <details> <summary>benjaminp/six</summary> ### [`v1.14.0`](https://github.com/benjaminp/six/blob/master/CHANGES#​1140) [Compare Source](https://github.com/benjaminp/six/compare/1.13.0...1.14.0) - Issue [#​288](https://github.com/benjaminp/six/issues/288), pull request [#​289](https://github.com/benjaminp/six/issues/289): Add `six.assertNotRegex`. - Issue [#​317](https://github.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://github.com/benjaminp/six/issues/308), pull request [#​314](https://github.com/benjaminp/six/issues/314): Remove support for Python 2.6 and Python 3.2. - Issue [#​250](https://github.com/benjaminp/six/issues/250), issue [#​165](https://github.com/benjaminp/six/issues/165), pull request [#​251](https://github.com/benjaminp/six/issues/251): `six.wraps` now ignores missing attributes. This follows the Python 3.2+ standard library behavior. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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).
dandhlee
pushed a commit
that referenced
this pull request
Feb 9, 2023
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [six](https://github.com/benjaminp/six) | minor | `==1.13.0` -> `==1.14.0` | --- ### Release Notes <details> <summary>benjaminp/six</summary> ### [`v1.14.0`](https://github.com/benjaminp/six/blob/master/CHANGES#​1140) [Compare Source](https://github.com/benjaminp/six/compare/1.13.0...1.14.0) - Issue [#​288](https://github.com/benjaminp/six/issues/288), pull request [#​289](https://github.com/benjaminp/six/issues/289): Add `six.assertNotRegex`. - Issue [#​317](https://github.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://github.com/benjaminp/six/issues/308), pull request [#​314](https://github.com/benjaminp/six/issues/314): Remove support for Python 2.6 and Python 3.2. - Issue [#​250](https://github.com/benjaminp/six/issues/250), issue [#​165](https://github.com/benjaminp/six/issues/165), pull request [#​251](https://github.com/benjaminp/six/issues/251): `six.wraps` now ignores missing attributes. This follows the Python 3.2+ standard library behavior. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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).
telpirion
pushed a commit
that referenced
this pull request
Mar 13, 2023
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [six](https://github.com/benjaminp/six) | minor | `==1.13.0` -> `==1.14.0` | --- ### Release Notes <details> <summary>benjaminp/six</summary> ### [`v1.14.0`](https://github.com/benjaminp/six/blob/master/CHANGES#​1140) [Compare Source](https://github.com/benjaminp/six/compare/1.13.0...1.14.0) - Issue [#​288](https://github.com/benjaminp/six/issues/288), pull request [#​289](https://github.com/benjaminp/six/issues/289): Add `six.assertNotRegex`. - Issue [#​317](https://github.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://github.com/benjaminp/six/issues/308), pull request [#​314](https://github.com/benjaminp/six/issues/314): Remove support for Python 2.6 and Python 3.2. - Issue [#​250](https://github.com/benjaminp/six/issues/250), issue [#​165](https://github.com/benjaminp/six/issues/165), pull request [#​251](https://github.com/benjaminp/six/issues/251): `six.wraps` now ignores missing attributes. This follows the Python 3.2+ standard library behavior. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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).
atulep
pushed a commit
to googleapis/google-cloud-python
that referenced
this pull request
Apr 6, 2023
…atform/python-docs-samples#3200) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [six](https://github.com/benjaminp/six) | minor | `==1.13.0` -> `==1.14.0` | --- ### Release Notes <details> <summary>benjaminp/six</summary> ### [`v1.14.0`](https://github.com/benjaminp/six/blob/master/CHANGES#​1140) [Compare Source](https://github.com/benjaminp/six/compare/1.13.0...1.14.0) - Issue [#​288](https://github.com/benjaminp/six/issues/288), pull request [#​289](https://github.com/benjaminp/six/issues/289): Add `six.assertNotRegex`. - Issue [#​317](https://github.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://github.com/benjaminp/six/issues/308), pull request [#​314](https://github.com/benjaminp/six/issues/314): Remove support for Python 2.6 and Python 3.2. - Issue [#​250](https://github.com/benjaminp/six/issues/250), issue [#​165](https://github.com/benjaminp/six/issues/165), pull request [#​251](https://github.com/benjaminp/six/issues/251): `six.wraps` now ignores missing attributes. This follows the Python 3.2+ standard library behavior. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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).
atulep
pushed a commit
to googleapis/google-cloud-python
that referenced
this pull request
Apr 6, 2023
…atform/python-docs-samples#3200) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [six](https://github.com/benjaminp/six) | minor | `==1.13.0` -> `==1.14.0` | --- ### Release Notes <details> <summary>benjaminp/six</summary> ### [`v1.14.0`](https://github.com/benjaminp/six/blob/master/CHANGES#​1140) [Compare Source](https://github.com/benjaminp/six/compare/1.13.0...1.14.0) - Issue [#​288](https://github.com/benjaminp/six/issues/288), pull request [#​289](https://github.com/benjaminp/six/issues/289): Add `six.assertNotRegex`. - Issue [#​317](https://github.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://github.com/benjaminp/six/issues/308), pull request [#​314](https://github.com/benjaminp/six/issues/314): Remove support for Python 2.6 and Python 3.2. - Issue [#​250](https://github.com/benjaminp/six/issues/250), issue [#​165](https://github.com/benjaminp/six/issues/165), pull request [#​251](https://github.com/benjaminp/six/issues/251): `six.wraps` now ignores missing attributes. This follows the Python 3.2+ standard library behavior. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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).
atulep
pushed a commit
to googleapis/google-cloud-python
that referenced
this pull request
Apr 18, 2023
…atform/python-docs-samples#3200) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [six](https://github.com/benjaminp/six) | minor | `==1.13.0` -> `==1.14.0` | --- ### Release Notes <details> <summary>benjaminp/six</summary> ### [`v1.14.0`](https://github.com/benjaminp/six/blob/master/CHANGES#​1140) [Compare Source](https://github.com/benjaminp/six/compare/1.13.0...1.14.0) - Issue [#​288](https://github.com/benjaminp/six/issues/288), pull request [#​289](https://github.com/benjaminp/six/issues/289): Add `six.assertNotRegex`. - Issue [#​317](https://github.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://github.com/benjaminp/six/issues/308), pull request [#​314](https://github.com/benjaminp/six/issues/314): Remove support for Python 2.6 and Python 3.2. - Issue [#​250](https://github.com/benjaminp/six/issues/250), issue [#​165](https://github.com/benjaminp/six/issues/165), pull request [#​251](https://github.com/benjaminp/six/issues/251): `six.wraps` now ignores missing attributes. This follows the Python 3.2+ standard library behavior. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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).
parthea
pushed a commit
to googleapis/google-cloud-python
that referenced
this pull request
Oct 22, 2023
…atform/python-docs-samples#3200) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [six](https://github.com/benjaminp/six) | minor | `==1.13.0` -> `==1.14.0` | --- ### Release Notes <details> <summary>benjaminp/six</summary> ### [`v1.14.0`](https://github.com/benjaminp/six/blob/master/CHANGES#​1140) [Compare Source](https://github.com/benjaminp/six/compare/1.13.0...1.14.0) - Issue [#​288](https://github.com/benjaminp/six/issues/288), pull request [#​289](https://github.com/benjaminp/six/issues/289): Add `six.assertNotRegex`. - Issue [#​317](https://github.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://github.com/benjaminp/six/issues/308), pull request [#​314](https://github.com/benjaminp/six/issues/314): Remove support for Python 2.6 and Python 3.2. - Issue [#​250](https://github.com/benjaminp/six/issues/250), issue [#​165](https://github.com/benjaminp/six/issues/165), pull request [#​251](https://github.com/benjaminp/six/issues/251): `six.wraps` now ignores missing attributes. This follows the Python 3.2+ standard library behavior. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.13.0
->==1.14.0
Release Notes
benjaminp/six
v1.14.0
Compare Source
Issue #288, pull request #289: Add
six.assertNotRegex
.Issue #317:
six.moves._dummy_thread
now points to the_thread
module onPython 3.9+. Python 3.7 and later requires threading and deprecated the
_dummy_thread
module.Issue #308, pull request #314: Remove support for Python 2.6 and Python 3.2.
Issue #250, issue #165, pull request #251:
six.wraps
now ignores missingattributes. This follows the Python 3.2+ standard library behavior.
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.