From 5ffa5c036611ed567b0d327f4e2bc21d658dd717 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 23 Oct 2025 00:29:56 +0100 Subject: [PATCH] drop dependency on pytz It's not currently used in the code, it's also now deprecated as upstream has zoneinfo in the python stdlib --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c68f7be..b6992c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,6 @@ dependencies = [ "jaraco.logging", "jaraco.functools>=1.20", "jaraco.stream", - "pytz", "more_itertools", "tempora>=1.6", 'importlib_metadata; python_version < "3.8"',