From f3c4999f35c4d87322928494e6a6b42ed3024e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:38:27 +0000 Subject: [PATCH] Bump tzdata from 2023.3 to 2024.1 in /backend/worker Bumps [tzdata](https://github.com/python/tzdata) from 2023.3 to 2024.1. - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](https://github.com/python/tzdata/compare/2023.3...2024.1) --- updated-dependencies: - dependency-name: tzdata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/worker/requirements.txt b/backend/worker/requirements.txt index d362d5a56..88e37c5ab 100644 --- a/backend/worker/requirements.txt +++ b/backend/worker/requirements.txt @@ -30,7 +30,7 @@ six==1.16.0 threadpoolctl==3.1.0 tomli==2.0.1 trustymail @ git+https://github.com/Matthew-Grayson/trustymail@production -tzdata==2023.3 +tzdata==2024.1 tzlocal==4.3 yarg==0.1.9 wheel==0.38.1