From 3ac2149a06e2d9984b89d62d220accde8b39beb6 Mon Sep 17 00:00:00 2001 From: Leandro Nahabedian Date: Wed, 13 Mar 2024 14:15:22 -0300 Subject: [PATCH 1/2] bump(auth): I forgot to bump the auth version (patch) --- auth/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/pyproject.toml b/auth/pyproject.toml index a760a9449..dd5d0689a 100644 --- a/auth/pyproject.toml +++ b/auth/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gcloud-aio-auth" -version = "5.2.1" +version = "5.2.2" description = "Python Client for Google Cloud Auth" readme = "README.rst" From 869f7d4bbb8c1e94a2a768afea319fef7ea89ae1 Mon Sep 17 00:00:00 2001 From: Leandro Nahabedian Date: Wed, 13 Mar 2024 17:01:18 -0300 Subject: [PATCH 2/2] output from bin/build-rest --- auth/poetry.rest.lock | 2 +- auth/pyproject.rest.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/poetry.rest.lock b/auth/poetry.rest.lock index 77fe6ad74..9c5412cf5 100644 --- a/auth/poetry.rest.lock +++ b/auth/poetry.rest.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "backoff" diff --git a/auth/pyproject.rest.toml b/auth/pyproject.rest.toml index b208f6884..728fc53fa 100644 --- a/auth/pyproject.rest.toml +++ b/auth/pyproject.rest.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gcloud-rest-auth" -version = "5.2.1" +version = "5.2.2" description = "Python Client for Google Cloud Auth" readme = "README.rst"