From 88d0f2074cee6a3a29e6ed78ada5d9da4d047b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:03:28 +0000 Subject: [PATCH] chore(deps): bump tzdata from 2026.1 to 2026.2 Bumps [tzdata](https://github.com/python/tzdata) from 2026.1 to 2026.2. - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](https://github.com/python/tzdata/compare/2026.1...2026.2) --- updated-dependencies: - dependency-name: tzdata dependency-version: '2026.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d28c6bdc..9da40740 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "click==8.3.2", "gam7==7.40.3", "pandas==3.0.2", - "tzdata==2026.1", + "tzdata==2026.2", ] [project.urls]