From 7e2855a19f2ca3c1266688aaa16ffd05f58a5e89 Mon Sep 17 00:00:00 2001 From: jay0lee <4623536+jay0lee@users.noreply.github.com> Date: Sat, 27 Jun 2026 02:25:56 +0000 Subject: [PATCH] chore: upgrade PyPi deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8015cbbe..77bdb98d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,13 +10,13 @@ authors = [ dependencies = [ "arrow==1.4.0", "chardet==7.4.3", - "cryptography==48.0.1", + "cryptography==49.0.0", "distro==1.9.0 ; sys_platform=='linux'", "filelock==3.29.3", "google-api-python-client==2.197.0", "google-auth-httplib2==0.4.0", "google-auth-oauthlib==1.4.0", - "google-auth==2.53.0", + "google-auth==2.54.0", "httplib2==0.31.2", "lxml==6.1.1", "passlib==1.7.4",