From 4743d12ea85848c73837db0d488666265a704e76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 19:51:56 -0400 Subject: [PATCH] [no ci] chore: upgrade PyPi deps (#1915) Co-authored-by: jay0lee <4623536+jay0lee@users.noreply.github.com> --- pyproject.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 21c0d0b5..7836bae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,20 +8,20 @@ authors = [ { name = "Ross Scroggs", email = "Ross.Scroggs@gmail.com" }, ] dependencies = [ - "arrow>=1.3.0", - "chardet==5.2.0", - "cryptography>=46.0.5", - "distro; sys_platform=='linux'", - "filelock>=3.18.0", - "google-api-python-client>=2.167.0", - "google-auth-httplib2>=0.2.0", - "google-auth-oauthlib>=1.2.2", - "google-auth>=2.39.0", - "httplib2>=0.31.0", - "lxml>=5.4.0", - "passlib>=1.7.4", - "pathvalidate>=3.2.3", - "pysocks>=1.7.1", + "arrow==1.4.0", + "chardet==7.4.3", + "cryptography==47.0.0", + "distro==1.9.0 ; sys_platform=='linux'", + "filelock==3.29.0", + "google-api-python-client==2.195.0", + "google-auth-httplib2==0.3.1", + "google-auth-oauthlib==1.3.1", + "google-auth==2.50.0", + "httplib2==0.31.2", + "lxml==6.1.0", + "passlib==1.7.4", + "pathvalidate==3.3.1", + "pysocks==1.7.1", ] description = "CLI tool to manage Google Workspace" readme = "README.md" @@ -45,7 +45,7 @@ text = "Apache License (2.0)" [project.optional-dependencies] yubikey = [ - "yubikey-manager>=5.6.1", + "yubikey-manager==5.9.1", ] [project.scripts]