From 612b7eb82c66088ff7f8ca4c6cffe7d2c4e7d4a9 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 16 Nov 2021 18:18:36 +0100 Subject: [PATCH] chore(deps): update dependency google-cloud-dialogflow-cx to v1.7.0 (#213) 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 | |---|---|---|---|---|---| | [google-cloud-dialogflow-cx](https://togithub.com/googleapis/python-dialogflow-cx) | `==1.6.0` -> `==1.7.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow-cx/1.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow-cx/1.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow-cx/1.7.0/compatibility-slim/1.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow-cx/1.7.0/confidence-slim/1.6.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/python-dialogflow-cx ### [`v1.7.0`](https://togithub.com/googleapis/python-dialogflow-cx/blob/master/CHANGELOG.md#​170-httpswwwgithubcomgoogleapispython-dialogflow-cxcomparev160v170-2021-11-12) [Compare Source](https://togithub.com/googleapis/python-dialogflow-cx/compare/v1.6.0...v1.7.0) ##### Features - allow setting custom CA for generic webhooks ([#​207](https://www.togithub.com/googleapis/python-dialogflow-cx/issues/207)) ([441d66b](https://www.github.com/googleapis/python-dialogflow-cx/commit/441d66b3864c34cf37570b6c58ccf097eb20e919)) ##### Documentation - **samples:** added comment to webhook sample ([#​211](https://www.togithub.com/googleapis/python-dialogflow-cx/issues/211)) ([4d36e31](https://www.github.com/googleapis/python-dialogflow-cx/commit/4d36e31f20e38755dd5d4a7a92bb8c48722cb11e))
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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/python-dialogflow-cx). --- Dialogflow-CX/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dialogflow-CX/requirements.txt b/Dialogflow-CX/requirements.txt index fa1a4a1be50c..7feead52e2f5 100644 --- a/Dialogflow-CX/requirements.txt +++ b/Dialogflow-CX/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-dialogflow-cx==1.6.0 +google-cloud-dialogflow-cx==1.7.0 Flask==2.0.2