From 63d0137fa247f62d16311bb6a2ae36541dd4da8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 13:42:49 +0000 Subject: [PATCH] chore(deps): bump tzdata from 2026.2 to 2026.3 Bumps [tzdata](https://github.com/python/tzdata) from 2026.2 to 2026.3. - [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/2026.2...2026.3) --- updated-dependencies: - dependency-name: tzdata dependency-version: '2026.3' 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 1d9e15f..c2e738a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "click==8.4.2", "gam7==7.43.4", "pandas==3.0.3", - "tzdata==2026.2", + "tzdata==2026.3", ] [project.urls]