From 99663e4cf1c6e9f97bfaa97defd7fc61698adf76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 06:29:30 +0000 Subject: [PATCH] Bump tzdata from 2023.3 to 2024.2 in /backend/worker Bumps [tzdata](https://github.com/python/tzdata) from 2023.3 to 2024.2. - [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.2) --- 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 ebffb092..3e2ac2d4 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.2 tzlocal==4.3 wheel==0.38.1 yarg==0.1.9