From f39291b8fc4a9713e32bcf7be004ef40137b0727 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Apr 2026 15:25:35 +0000 Subject: [PATCH] fix(deps): update dependency tzdata to v2026.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ecf5629..2e9f73f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "tweepy==4.16.0", "typing-extensions==4.15.0", "typing-inspection==0.4.2", - "tzdata==2026.1", + "tzdata==2026.2", "urllib3==2.6.3", "uvicorn==0.46.0", "jinja2==3.1.6",