From ff37fcb2eed52327ad50ab1a8b853a898a3faca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:40:01 +0000 Subject: [PATCH] chore(deps): bump pytz from 2024.2 to 2025.1 Bumps [pytz](https://github.com/stub42/pytz) from 2024.2 to 2025.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2024.2...release_2025.1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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