From 6d7aed252129654b415087ec19131a79a12fbe89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 07:56:03 +0000 Subject: [PATCH] DEP(deps): Update pytz requirement from ~=2025.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_2025.1...release_2026.2) --- updated-dependencies: - dependency-name: pytz dependency-version: '2026.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 050e795af..d13f620b3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ boto3~=1.42.36 cachetools~=6.2.6 setuptools~=80.10.2 -pytz~=2025.1 +pytz~=2026.2 confuse~=2.1.0 jinja2 diff --git a/requirements.txt b/requirements.txt index a98e7826f..32eb7f058 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ boto3~=1.42.36 cachetools~=6.2.6 setuptools~=80.10.2 -pytz~=2025.1 +pytz~=2026.2 confuse~=2.1.0 jinja2