build(deps): bump oauthlib and google stack (#36509)

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang 2026-01-30 15:43:49 +05:30 committed by GitHub
parent 9337571b62
commit 76253eba00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",