From 6b8ffc5289e13960996de136a7bdfba407c0eb1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:33:23 +0000 Subject: [PATCH] Update tzlocal requirement from ==5.0.* to ==5.1 in /docker/main Updates the requirements on [tzlocal](https://github.com/regebro/tzlocal) to permit the latest version. - [Changelog](https://github.com/regebro/tzlocal/blob/master/CHANGES.txt) - [Commits](https://github.com/regebro/tzlocal/compare/5.0b1...5.1) --- updated-dependencies: - dependency-name: tzlocal dependency-type: direct:production ... 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 e01b4a15a..02647e54b 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.0.* +tzlocal == 5.1 types-PyYAML == 6.0.* requests == 2.31.* types-requests == 2.31.*