From d8d35ec2344e1751401e11d04af24c8dfb5e653b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 03:30:10 +0000 Subject: [PATCH] chore(deps): bump pytz from 2024.2 to 2025.1 Bumps [pytz](https://github.com/stub42/pytz) from 2024.2 to 2025.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2024.2...release_2025.1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fe7078f01..c4c162fec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ questionary==2.1.0 prompt-toolkit==3.0.50 # Extensions to datetime library python-dateutil==2.9.0.post0 -pytz==2024.2 +pytz==2025.1 #Futures schedule==1.2.2