From 2eb1a63104a09af496b38377e5da31444167f2b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 12:40:07 +0000 Subject: [PATCH] build(deps): update tzdata requirement from <2026,>=2024 to >=2024,<2027 Updates the requirements on [tzdata](https://github.com/python/tzdata) to permit the latest version. - [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.1rc0...2026.2) --- updated-dependencies: - dependency-name: tzdata dependency-version: '2026.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6f9175..bdacfc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "mkdocs==1.6.1", "properdocs >=1.6.5,<2", "requests>=2.32.5,<3", - "tzdata>=2024,<2026 ; sys_platform == 'win32'", + "tzdata>=2024,<2027 ; sys_platform == 'win32'", ] [project.optional-dependencies]