From 21fe64edec160199ac52f278f2e852c8adae5e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 17:17:54 +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 74846c2..6197b4a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,4 +2,4 @@ asgiref==3.7.2 Django==5.0 sqlparse==0.4.4 typing_extensions==4.9.0 -tzdata==2023.3 +tzdata==2023.4