From 53377a5c7cc90d500f5c6d70cf20f457622d456c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 02:39:39 +0000 Subject: [PATCH] Bump tzdata from 2024.1 to 2025.1 in /api_server Bumps [tzdata](https://github.com/python/tzdata) from 2024.1 to 2025.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/2024.1...2025.1) --- updated-dependencies: - dependency-name: tzdata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_server/requirements.txt b/api_server/requirements.txt index 182f6ea..169d198 100644 --- a/api_server/requirements.txt +++ b/api_server/requirements.txt @@ -1,7 +1,7 @@ Django==5.1.4 djangorestframework==3.14.0 psycopg2-binary==2.9.9 -tzdata==2024.1 +tzdata==2025.1 djangorestframework-simplejwt==5.3.1 gunicorn==23.0.0 django-health-check==3.18.3