From a0b8fed8b34523742c69b2aba3baf88a33d58a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:49:26 +0000 Subject: [PATCH] Bump tzlocal from 5.1 to 5.2 in /docker/main Bumps [tzlocal](https://github.com/regebro/tzlocal) from 5.1 to 5.2. - [Changelog](https://github.com/regebro/tzlocal/blob/master/CHANGES.txt) - [Commits](https://github.com/regebro/tzlocal/compare/5.1...5.2) --- updated-dependencies: - dependency-name: tzlocal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 37028d33b..d4e560d72 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -15,7 +15,7 @@ git+https://github.com/fbcotter/py3nvml#egg=py3nvml PyYAML == 6.0.* pytz == 2023.3 ruamel.yaml == 0.17.* -tzlocal == 5.1 +tzlocal == 5.2 types-PyYAML == 6.0.* requests == 2.31.* types-requests == 2.31.*