From 0cdc469212f41a29b6b9bc83b5b06ce06f9b05c9 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Tue, 1 Oct 2024 03:27:25 +0000 Subject: [PATCH] fix(deps): Update dependency pytz to v2024.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad9af61..a30545a 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "pyarrow==17.0.0", "pytest==8.3.3", "python-dateutil>=2.8.1", - "pytz==2024.1", + "pytz==2024.2", "six==1.16.0", "structlog==24.4.0", "tomli==2.0.1",