From 5462c0359e3767e070093e1d9be7e53fc60143a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 14:06:15 -0400 Subject: [PATCH] chore: upgrade PyPi deps (#1931) Co-authored-by: jay0lee <4623536+jay0lee@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77bdb98d..a46d7292 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "chardet==7.4.3", "cryptography==49.0.0", "distro==1.9.0 ; sys_platform=='linux'", - "filelock==3.29.3", + "filelock==3.29.4", "google-api-python-client==2.197.0", "google-auth-httplib2==0.4.0", "google-auth-oauthlib==1.4.0",