From f14247d2fc2d02a2da521c89cba1d241741dbb11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:18:54 +0000 Subject: [PATCH] DEP(deps): Update pytz requirement from ~=2022.2 to ~=2026.2 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.2) --- updated-dependencies: - dependency-name: pytz dependency-version: '2026.2' 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..7776958a9 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.2 confuse~=2.0.0 jinja2