From c011a7c7cdbec63b882e5c84ff89bd1071f1c6cb Mon Sep 17 00:00:00 2001 From: Leandro Nahabedian <97906154+leanaha@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:25:53 -0300 Subject: [PATCH] bump(auth): I forgot to bump the auth version (patch) (#696) --- auth/poetry.rest.lock | 2 +- auth/pyproject.rest.toml | 2 +- auth/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 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" 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"