From 3ed5507cb49f57b24168bf0edf0fb970e0bdb3e8 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Thu, 16 Nov 2023 00:24:45 +0100 Subject: [PATCH] Update google-auth-oauthlib. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bda4096..4cd6053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,5 +9,5 @@ dependencies = [ "cryptography==40.0.2", "google-api-python-client==2.84.0", "google-auth-httplib2==0.1.0", - "google-auth-oauthlib==1.0.0", + "google-auth-oauthlib==1.1.0", ] -- 2.39.5