From 82bbddc81b1a063260d82dd84098867e28a85d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 12:10:36 +0000 Subject: [PATCH] chore(deps): bump tzdata from 2025.3 to 2026.1 Bumps [tzdata](https://github.com/python/tzdata) from 2025.3 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/2025.3...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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a0c7a2a..b414bc48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "openai==2.30.0", "pyvda @ git+https://github.com/amnweb/pyvda@master", "python-dotenv==1.2.2", - "tzdata==2025.3", + "tzdata==2026.1", "winmica==1.0.3", "winrt.windows.foundation==3.2.1", "winrt.windows.foundation.collections==3.2.1",