From 7e4fd258339f184c6d4b35e4e9ddf965c1cd97e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 15:09:55 +0000 Subject: [PATCH] fix(deps): update dependency google-api-python-client to v1.12.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04ec79177..aa030fe3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ djangorestframework = "3.15.1" drf-flex-fields = "0.9.9" edx-api-client = "1.8.0" flaky = "3.8.1" -google-api-python-client = "1.7.11" +google-api-python-client = "1.12.11" google-auth = "1.6.3" hubspot-api-client = "^6.1.0" ipython = "^8.10.0"