From 84a96e7d2484c63720cd01a3569ae8534d43f8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:30:23 +0000 Subject: [PATCH] Bump tzdata from 2023.4 to 2024.1 Bumps [tzdata](https://github.com/python/tzdata) from 2023.4 to 2024.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/2023.4...2024.1) --- updated-dependencies: - dependency-name: tzdata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 796a0373..c5f65216 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -292,7 +292,7 @@ typing-extensions==4.9.0 # mypy # pydantic # pydantic-core -tzdata==2023.4 +tzdata==2024.1 # via pandas urllib3==2.1.0 # via requests diff --git a/requirements.txt b/requirements.txt index 0770bb21..579c7922 100644 --- a/requirements.txt +++ b/requirements.txt @@ -233,7 +233,7 @@ typing-extensions==4.9.0 # via # pydantic # pydantic-core -tzdata==2023.4 +tzdata==2024.1 # via pandas urllib3==2.1.0 # via requests