From 43e4c87a4ddd960333be7636e5f4e9f6b720a560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 10:04:42 +0000 Subject: [PATCH] Update pytz requirement from >=2021.1 to >=2026.1.post1 Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2021.1...release_2026.1.post1) --- updated-dependencies: - dependency-name: pytz dependency-version: 2026.1.post1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c04b657..ca7c406 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ redis>=3.5.3 coloredlogs>=15.0.1 requests[socks]>=2.25.1 httpx>=0.21.3 -pytz>=2021.1 +pytz>=2026.1.post1 cowpy>=1.1.0 translators>=5.0.1 gTTS>=2.2.2