From 9c5bc3d8f4441898219d9a25ba752ac3a784b4e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:44:03 +0000 Subject: [PATCH] deps(deps): update pytz requirement from >=2026.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_2026.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 8f4a4ffb3..7329ad274 100644 --- a/requirements.txt +++ b/requirements.txt @@ -90,7 +90,7 @@ sentry-sdk>=2.20.0 # Utilities python-dateutil>=2.9.0 -pytz>=2026.1 +pytz>=2026.1.post1 schedule>=1.2.2 aiofiles>=25.1.0 pyyaml>=6.0.2