From c5f015f9e5c5a5b7c85b087234a28bbd34c74b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:44:55 +0000 Subject: [PATCH] dependency: (deps): bump tzdata from 2023.3 to 2023.4 in /backend Bumps [tzdata](https://github.com/python/tzdata) from 2023.3 to 2023.4. - [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...2023.4) --- updated-dependencies: - dependency-name: tzdata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 67b9ee4..f7e8f21 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,4 +4,4 @@ djangorestframework==3.14.0 pytz==2023.3.post1 sqlparse==0.4.4 typing_extensions==4.9.0 -tzdata==2023.3 +tzdata==2023.4