diff --git a/pyproject.toml b/pyproject.toml index 336db872a4..05e675cc78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "MarkupSafe~=3.0.3", "nh3~=0.3.2", "num2words~=0.5.14", - "oauthlib~=3.2.2", + "oauthlib~=3.3.1", "openpyxl~=3.1.5", "orjson~=3.11.5", "passlib~=1.7.4", @@ -81,9 +81,9 @@ dependencies = [ "zxcvbn~=4.5.0", "markdownify~=1.2.2", # integration dependencies - "google-api-python-client~=2.172.0", - "google-auth-oauthlib~=1.2.2", - "google-auth~=2.40.3", + "google-api-python-client~=2.188.0", + "google-auth-oauthlib~=1.2.4", + "google-auth~=2.48.0", "posthog~=5.0.0", "vobject~=0.9.9", "pycountry~=24.6.1",