From 4212fc9850c98977aead6461790a8f9fad5bc8c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:37:55 +0000 Subject: [PATCH] chore(deps): update dependency pytz to v2024 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fbf52ad6..0dc3efbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ gitdb==4.0.12 # via gitpython gitpython==3.1.44 # via django-migration-fixer (setup.py) -pytz==2022.7.1 +pytz==2024.2 # via django smmap==5.0.2 # via gitdb