From 8080e491d2fa92b1b1390c87fac23a1a38dcd919 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Mar 2023 07:44:32 +0000 Subject: [PATCH] [stubsabot] Bump tzlocal to 4.3 (#9903) Release: https://pypi.org/pypi/tzlocal/4.3 Diff: https://github.com/regebro/tzlocal/compare/4.2...4.3 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. - 2 files included in typeshed's stubs have been modified or renamed: `tzlocal/utils.py`, `tzlocal/windows_tz.py`. - Total lines of Python code added: 67. - Total lines of Python code deleted: 41. --- 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 cfe45edd0..3f6d82f31 100644 --- a/stubs/tzlocal/METADATA.toml +++ b/stubs/tzlocal/METADATA.toml @@ -1,2 +1,2 @@ -version = "4.2" +version = "4.3" requires = ["types-pytz"]