From 8c3fc12b1325ee941025e144931503ed291bd465 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:40:22 +0000 Subject: [PATCH] chore(deps): update dependency pytz to v2025 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0dc3efbb..5717adcc 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==2024.2 +pytz==2025.1 # via django smmap==5.0.2 # via gitdb