From 214e7486e48307a831f1bfc1fb989fb5cade0a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 08:39:55 +0000 Subject: [PATCH] Bump tzdata from 2024.2 to 2025.1 Bumps [tzdata](https://github.com/python/tzdata) from 2024.2 to 2025.1. - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](https://github.com/python/tzdata/compare/2024.2...2025.1) --- updated-dependencies: - dependency-name: tzdata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ebb5b7b..42ea98a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ six==1.17.0 sqlparse==0.5.3 tendo==0.3.0 - tzdata==2024.2 + tzdata==2025.1 urllib3==2.3.0 XlsxWriter==3.2.0 yarl==1.18.3 diff --git a/setup.cfg b/setup.cfg index 3f143b9..f6850fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -72,7 +72,7 @@ install_requires = six==1.17.0 sqlparse==0.5.3 tendo==0.3.0 - tzdata==2024.2 + tzdata==2025.1 urllib3==2.3.0 XlsxWriter==3.2.0 yarl==1.18.3