From 30112a19d235fcd0c14526bed94ba5d54e63bd7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 21:24:12 +0000 Subject: [PATCH] Update pytz requirement from ~=2025.1 to ~=2025.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_2025.2) --- updated-dependencies: - dependency-name: pytz 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 3554d4d67..46cdd944f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ tenacity~=9.0.0 urllib3>=1.26.0,<3 lazy_loader~=0.4 nanoid~=2.0.0 -pytz~=2025.1 +pytz~=2025.2 python-dateutil~=2.9.0.post0 PyYAML~=6.0.2