From 95842e2eb1dfb314bee846531e34d33e6f4c3020 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 14 Nov 2023 22:37:07 +0100 Subject: [PATCH] deps: Update dependency google-auth to v2.23.4 (#59) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-auth](https://togithub.com/googleapis/google-auth-library-python) | `==2.23.3` -> `==2.23.4` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/google-auth/2.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/google-auth/2.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/google-auth/2.23.3/2.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/google-auth/2.23.3/2.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/google-auth-library-python (google-auth) ### [`v2.23.4`](https://togithub.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2234-2023-10-31) [Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.23.3...v2.23.4) ##### Bug Fixes - Export detect_gce_residency_linux function ([#​1403](https://togithub.com/googleapis/google-auth-library-python/issues/1403)) ([809da13](https://togithub.com/googleapis/google-auth-library-python/commit/809da13cedcc2945b7e81f9c5b86b84f75e9113c))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/database-query-extension). --- langchain_tools_demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain_tools_demo/requirements.txt b/langchain_tools_demo/requirements.txt index b7a05655..bd1dfa95 100644 --- a/langchain_tools_demo/requirements.txt +++ b/langchain_tools_demo/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.104.1 google-cloud-aiplatform==1.35.0 -google-auth==2.23.3 +google-auth==2.23.4 itsdangerous==2.1.2 jinja2==3.1.2 langchain==0.0.335