[no ci] chore: upgrade PyPi deps (#1915)

Co-authored-by: jay0lee <4623536+jay0lee@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-05-15 19:51:56 -04:00
committed by GitHub
parent ee3bb42d19
commit 4743d12ea8

View File

@@ -8,20 +8,20 @@ authors = [
{ name = "Ross Scroggs", email = "Ross.Scroggs@gmail.com" }, { name = "Ross Scroggs", email = "Ross.Scroggs@gmail.com" },
] ]
dependencies = [ dependencies = [
"arrow>=1.3.0", "arrow==1.4.0",
"chardet==5.2.0", "chardet==7.4.3",
"cryptography>=46.0.5", "cryptography==47.0.0",
"distro; sys_platform=='linux'", "distro==1.9.0 ; sys_platform=='linux'",
"filelock>=3.18.0", "filelock==3.29.0",
"google-api-python-client>=2.167.0", "google-api-python-client==2.195.0",
"google-auth-httplib2>=0.2.0", "google-auth-httplib2==0.3.1",
"google-auth-oauthlib>=1.2.2", "google-auth-oauthlib==1.3.1",
"google-auth>=2.39.0", "google-auth==2.50.0",
"httplib2>=0.31.0", "httplib2==0.31.2",
"lxml>=5.4.0", "lxml==6.1.0",
"passlib>=1.7.4", "passlib==1.7.4",
"pathvalidate>=3.2.3", "pathvalidate==3.3.1",
"pysocks>=1.7.1", "pysocks==1.7.1",
] ]
description = "CLI tool to manage Google Workspace" description = "CLI tool to manage Google Workspace"
readme = "README.md" readme = "README.md"
@@ -45,7 +45,7 @@ text = "Apache License (2.0)"
[project.optional-dependencies] [project.optional-dependencies]
yubikey = [ yubikey = [
"yubikey-manager>=5.6.1", "yubikey-manager==5.9.1",
] ]
[project.scripts] [project.scripts]