From 9bc7b9c2540a91a717942325088cf8e4e9369f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:47:33 +0000 Subject: [PATCH] Update pytz requirement from >=2022.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_2022.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 9f39f70..a44bd5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy>=1.22.3 pandas>=1.4.2 python-dateutil>=2.8.2 -pytz>=2022.1 +pytz>=2026.1.post1 scikit-learn>=1.1.0 scipy>=1.8.0 six>=1.16.0