From f8baacac7a12b90efedb8b8a9db068836a155538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:09:00 +0000 Subject: [PATCH] Bump tzlocal from 3.0 to 5.2 Bumps [tzlocal](https://github.com/regebro/tzlocal) from 3.0 to 5.2. - [Changelog](https://github.com/regebro/tzlocal/blob/master/CHANGES.txt) - [Commits](https://github.com/regebro/tzlocal/compare/3.0...5.2) --- updated-dependencies: - dependency-name: tzlocal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 51bbb445d..735b48266 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ PyYAML==5.4.1 paho-mqtt==1.5.1 colorama==0.4.4 tornado==6.1 -tzlocal==3.0 # from time +tzlocal==5.2 # from time tzdata>=2021.1 # from time pyserial==3.5 platformio==5.2.1 # When updating platformio, also update Dockerfile