Skip to content

Commit 84defd8

Browse files
build(deps): update tzdata requirement from ==2024.* to >=2024,<2026
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](python/tzdata@2024.1rc0...2025.3) --- updated-dependencies: - dependency-name: tzdata dependency-version: '2025.3' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 888a218 commit 84defd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"GitPython>=3.1.45,<3.2",
4343
"mkdocs>=1.6.1,<2",
4444
"requests>=2.32.5,<3",
45-
"tzdata==2024.* ; sys_platform == 'win32'",
45+
"tzdata>=2024,<2026 ; sys_platform == 'win32'",
4646
]
4747

4848
[project.optional-dependencies]

0 commit comments

Comments
 (0)