From be772026594a46f42a27ec3d4356d669a2f83a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:48:44 +0000 Subject: [PATCH] Bump pytz from 2022.2.1 to 2024.1 in /backend Bumps [pytz](https://github.com/stub42/pytz) from 2022.2.1 to 2024.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2022.2.1...release_2024.1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... 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 c80fbbe..4ceca97 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ Django==4.1.1 -pytz==2022.2.1 +pytz==2024.1 uvicorn dj_database_url psycopg2