From 1de3bddc1feb45933f559b85109e091777de2972 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Fri, 5 Dec 2025 23:49:51 +0100 Subject: [PATCH] Upgrade dependencies. --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6eaffdb..f21bd77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "gdrive_knife" -version = "1.0.5" +version = "1.0.7" authors = [ { name="Jakub Czajka", email="jakub@ekhem.eu.org" }, ] -requires-python = ">=3.10.7" +requires-python = ">=3.13.5" dependencies = [ - "cryptography==40.0.2", - "google-api-python-client==2.84.0", - "google-auth-httplib2==0.1.0", - "google-auth-oauthlib==1.1.0", + "cryptography==43.0.0", + "google-api-python-client==2.187.0", + "google-auth-httplib2==0.2.1", + "google-auth-oauthlib==1.2.3", ] -- 2.47.3