From b584260a2778a92bfcc3239f2cf05024bc2996c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 01:16:11 +0000 Subject: [PATCH] Bump django from 3.2.19 to 3.2.25 in /requirements Bumps [django](https://github.com/django/django) from 3.2.19 to 3.2.25. - [Commits](https://github.com/django/django/compare/3.2.19...3.2.25) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 26ea120..fb164f8 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -3,7 +3,7 @@ dj-database-url==0.5.0 # This is a Django app -Django==3.2.19 +Django==3.2.25 pytz==2022.7.1 # A zero dependency WSGI server