From 64142dcce8607c1f0745949c7901040adf96446b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 12:03:16 +0000 Subject: [PATCH] Bump tzlocal from 4.3 to 5.0.1 Bumps [tzlocal](https://github.com/regebro/tzlocal) from 4.3 to 5.0.1. - [Changelog](https://github.com/regebro/tzlocal/blob/master/CHANGES.txt) - [Commits](https://github.com/regebro/tzlocal/compare/4.3...5.0.1) --- updated-dependencies: - dependency-name: tzlocal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-wheels.txt b/requirements-wheels.txt index d785df5d6..b90694bac 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -14,7 +14,7 @@ pydantic == 1.10.* git+https://github.com/fbcotter/py3nvml#egg=py3nvml PyYAML == 6.0 pytz == 2023.3 -tzlocal == 4.3 +tzlocal == 5.0.1 types-PyYAML == 6.0.* requests == 2.30.* types-requests == 2.28.*