Skip to content

Commit 12dee42

Browse files
Update tzdata requirement from ==2022.* to ==2023.*
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@2022.1...2023.3) --- updated-dependencies: - dependency-name: tzdata dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35b5ef6 commit 12dee42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
GitPython>=3.1,<3.2
66
mkdocs>=1.1,<2
77
pytz==2022.* ; python_version < "3.9"
8-
tzdata==2022.* ; python_version >= "3.9" and sys_platform == "win32"
8+
tzdata==2023.* ; python_version >= "3.9" and sys_platform == "win32"

0 commit comments

Comments
 (0)