[stubsabot] Bump tzlocal to 5.1 (#10836)

Release: https://pypi.org/pypi/tzlocal/5.1
Repository: https://github.com/regebro/tzlocal
Diff: https://github.com/regebro/tzlocal/compare/5.0.1...5.1

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 1 file included in typeshed's stubs has been modified or renamed: `tzlocal/windows_tz.py`.
 - Total lines of Python code added: 39.
 - Total lines of Python code deleted: 15.
This commit is contained in:
github-actions[bot]
2023-10-05 01:28:44 +01:00
committed by GitHub
parent af8c3a1b93
commit 863423fbfe

View File

@@ -1,3 +1,3 @@
version = "5.0.1"
version = "5.1"
upstream_repository = "https://github.com/regebro/tzlocal"
requires = ["types-pytz"]