From 9bdbf183bffddbbe95672d6bae4c701951a82c1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:29:13 +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 350a28f2..498f7695 100644 --- a/backend/worker/requirements.txt +++ b/backend/worker/requirements.txt @@ -32,7 +32,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 wheel==0.38.1 yarg==0.1.9