From 9a328fa35c1e8e01aacb621bb04349c76c290322 Mon Sep 17 00:00:00 2001 From: jay0lee <4623536+jay0lee@users.noreply.github.com> Date: Thu, 25 Jun 2026 02:30:29 +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 49f4c6bd..8015cbbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "chardet==7.4.3", "cryptography==48.0.1", "distro==1.9.0 ; sys_platform=='linux'", - "filelock==3.29.1", + "filelock==3.29.3", "google-api-python-client==2.197.0", "google-auth-httplib2==0.4.0", "google-auth-oauthlib==1.4.0",