From 431b9b159f20e6c3325e9e527c8bb9b74af88cdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:13:56 +0000 Subject: [PATCH] Update pytz requirement from >=2018.7 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_2018.7...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 cfdc19d..e2e3042 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ PyJWT>=1.7.1 Pyrogram>=0.18.0 PySocks>=1.7.1 python-telegram-bot>=11.1.0 -pytz>=2018.7 +pytz>=2026.1.post1 six>=1.15.0 SQLAlchemy>=1.3.0 TgCrypto>=1.1.1