From 863423fbfe5b2e488f8a3e844ca853a4d6fda023 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 01:28:44 +0100 Subject: [PATCH] [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. --- stubs/tzlocal/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/tzlocal/METADATA.toml b/stubs/tzlocal/METADATA.toml index 8f421a002..a5ef047ab 100644 --- a/stubs/tzlocal/METADATA.toml +++ b/stubs/tzlocal/METADATA.toml @@ -1,3 +1,3 @@ -version = "5.0.1" +version = "5.1" upstream_repository = "https://github.com/regebro/tzlocal" requires = ["types-pytz"]