From 5c052859e12c886cf35467be1170faeee8059115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 12:02:33 +0000 Subject: [PATCH] Bump tzlocal from 4.2 to 4.3 Bumps [tzlocal](https://github.com/regebro/tzlocal) from 4.2 to 4.3. - [Release notes](https://github.com/regebro/tzlocal/releases) - [Changelog](https://github.com/regebro/tzlocal/blob/master/CHANGES.txt) - [Commits](https://github.com/regebro/tzlocal/compare/4.2...4.3) --- updated-dependencies: - dependency-name: tzlocal dependency-type: direct:production update-type: version-update:semver-minor ... 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 b19c7947f..1aff9e8bf 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -12,7 +12,7 @@ psutil == 5.9.* pydantic == 1.10.* PyYAML == 6.0 pytz == 2023.3 -tzlocal == 4.2 +tzlocal == 4.3 types-PyYAML == 6.0.* requests == 2.28.* types-requests == 2.28.*