From 33bb8e2ec490fc83e117f58cca58db4796b17177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:51:52 +0000 Subject: [PATCH] :arrow_up: bump tzdata from 2024.2 to 2026.1 Bumps [tzdata](https://github.com/python/tzdata) from 2024.2 to 2026.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...2026.1) --- updated-dependencies: - dependency-name: tzdata dependency-version: '2026.1' 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 e3ac8110..f947aafb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,5 +44,5 @@ tifffile==2024.12.12 ; python_version >= "3.10" and python_version < "4.0" tqdm==4.67.1 ; python_version >= "3.10" and python_version < "4.0" types-pytz==2024.2.0.20241003 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "4.0" -tzdata==2024.2 ; python_version >= "3.10" and python_version < "4.0" +tzdata==2026.1 ; python_version >= "3.10" and python_version < "4.0" win32-setctime==1.2.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"