From 2435ce838ae8cc92b01f78a67aef47c3a7c94268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 22:14:59 +0000 Subject: [PATCH] Bump django from 3.2.18 to 3.2.19 in /requirements Bumps [django](https://github.com/django/django) from 3.2.18 to 3.2.19. - [Commits](https://github.com/django/django/compare/3.2.18...3.2.19) --- 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 c1adf0a..892ee97 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.18 +Django==3.2.19 pytz==2022.7.1 # A zero dependency WSGI server