From 35e1ea88635c46838ef1b4d238ed66329f7f8203 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 5 May 2022 17:16:11 +0200 Subject: [PATCH] chore(deps): update dependency pyupgrade to v2.32.1 (#1430) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pyupgrade](https://togithub.com/asottile/pyupgrade) | `==2.32.0` -> `==2.32.1` | [![age](https://badges.renovateapi.com/packages/pypi/pyupgrade/2.32.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pyupgrade/2.32.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pyupgrade/2.32.1/compatibility-slim/2.32.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pyupgrade/2.32.1/confidence-slim/2.32.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
asottile/pyupgrade ### [`v2.32.1`](https://togithub.com/asottile/pyupgrade/compare/v2.32.0...v2.32.1) [Compare Source](https://togithub.com/asottile/pyupgrade/compare/v2.32.0...v2.32.1)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/synthtool). --- .../.github/workflows/linter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/python_notebooks_testing_pipeline/.github/workflows/linter/requirements.txt b/synthtool/gcp/templates/python_notebooks_testing_pipeline/.github/workflows/linter/requirements.txt index 2d7591ce9..6c29df1f3 100644 --- a/synthtool/gcp/templates/python_notebooks_testing_pipeline/.github/workflows/linter/requirements.txt +++ b/synthtool/gcp/templates/python_notebooks_testing_pipeline/.github/workflows/linter/requirements.txt @@ -3,7 +3,7 @@ ipython jupyter nbconvert black==22.3.0 -pyupgrade==2.32.0 +pyupgrade==2.32.1 isort==5.10.1 flake8==4.0.1 nbqa==1.3.1 \ No newline at end of file