From 2522315596f3438c1029cd0eaa4d308a27a4ef86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:57:00 +0000 Subject: [PATCH] Bump django from 4.2.5 to 4.2.7 in /python/django Bumps [django](https://github.com/django/django) from 4.2.5 to 4.2.7. - [Commits](https://github.com/django/django/compare/4.2.5...4.2.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/django/requirements.txt b/python/django/requirements.txt index da87d5f..de55b57 100644 --- a/python/django/requirements.txt +++ b/python/django/requirements.txt @@ -1,4 +1,4 @@ asgiref==3.7.2 -Django==4.2.5 +Django==4.2.7 pytz==2023.3.post1 sqlparse==0.4.4