From bbae139dcb8600703dd22f878ef1c401d05e953d Mon Sep 17 00:00:00 2001 From: jay0lee <4623536+jay0lee@users.noreply.github.com> Date: Sat, 27 Jun 2026 19:11:20 +0000 Subject: [PATCH] chore: upgrade PyPi deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a46d7292..0bf33032 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ dependencies = [ "arrow==1.4.0", "chardet==7.4.3", - "cryptography==49.0.0", + "cryptography==48.0.1", "distro==1.9.0 ; sys_platform=='linux'", "filelock==3.29.4", "google-api-python-client==2.197.0",