From 6f9410d74d0017120ba6ae1df212fe17a2c0e657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 12:06:24 +0000 Subject: [PATCH] Bump tzlocal from 4.3 to 5.0 Bumps [tzlocal](https://github.com/regebro/tzlocal) from 4.3 to 5.0. - [Changelog](https://github.com/regebro/tzlocal/blob/master/CHANGES.txt) - [Commits](https://github.com/regebro/tzlocal/compare/4.3...5.0) --- 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..812a9cb2c 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 types-PyYAML == 6.0.* requests == 2.30.* types-requests == 2.28.*