From 72d98bec31c42c761caea88a158c6597f8b74245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 09:20:05 +0000 Subject: [PATCH] Update tzdata requirement from >=2025.2 to >=2026.3 Updates the requirements on [tzdata](https://github.com/python/tzdata) to permit the latest version. - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](https://github.com/python/tzdata/compare/2025.2...2026.3) --- updated-dependencies: - dependency-name: tzdata dependency-version: '2026.3' 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 486548b..3d5d6bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ requests>=2.32,<3 pandas>=2.2,<4 numpy>=2.2,<3 python-dotenv>=1.0.1,<2 -tzdata>=2025.2 +tzdata>=2026.3 APScheduler>=3.11,<4 python-telegram-bot>=22,<23 psycopg2-binary>=2.9,<3