From 4e155bc5e2fed3360b40d047f5b90f0012621a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 04:17:22 +0000 Subject: [PATCH] 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 f6a0467..0802056 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ loguru==0.7.3 packaging==24.2 pre-commit==4.1.0 python-dotenv==1.0.1 -pytz==2024.2 +pytz==2025.1 requests==2.32.3 tqdm==4.67.1