From 9d15be20fb36593af5821d9e607d21f296c09ea5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:12:00 +0000 Subject: [PATCH] fix(deps): update dependency pygsheets to v2.0.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65770f1a9..8bba75ed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "pdftotext>=3.0.0,<4", "psycopg2==2.9.11", "pycountry==26.2.16", - "pygsheets==2.0.2", + "pygsheets==2.0.6", "redis==7.3.0", "requests>=2.31.0,<3", "sentry-sdk>=2.0.0,<3",