From 0cf62071c203e55ece0e09fc19af9c0ebfe62375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 21:11:02 +0000 Subject: [PATCH] DEP(deps): Update pytz requirement from ~=2022.2 to ~=2026.1 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.2...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 e08419a61..c0dfc1b43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ six>=1.15,<2 boto3~=1.24.52 cachetools~=5.2.0 setuptools~=63.4.3 -pytz~=2022.2 +pytz~=2026.1 confuse~=2.0.0 jinja2