From c2fa52a49f4119c79c29bf0ca67642720ce9722f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 19:42:28 +0000 Subject: [PATCH] DEP(deps): Update pytz requirement from ~=2022.1 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.1...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 2a2ceab7d..19fc3de32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ six>=1.15,<2 boto3~=1.21.25 cachetools~=5.0.0 setuptools~=60.10.0 -pytz~=2022.1 +pytz~=2026.2 confuse~=1.7.0 jinja2