From 904f07cbff4e79a896bcbfdeb87d79ae026fc8fa Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Mon, 1 Sep 2025 02:17:40 +0000 Subject: [PATCH] fix(deps): Update dependency pytz to v2025.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9b0229..2151cae 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "pyarrow==19.0.1", "pytest==8.3.5", "python-dateutil>=2.8.1", - "pytz==2025.1", + "pytz==2025.2", "six==1.17.0", "structlog==25.1.0", "tomli==2.2.1",