From 4c4b9da3d90fea2eefe1a77c9e481599fdfb6500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:22:18 +0000 Subject: [PATCH] Bump django from 2.2.5 to 3.2.24 in /django Bumps [django](https://github.com/django/django) from 2.2.5 to 3.2.24. - [Commits](https://github.com/django/django/compare/2.2.5...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/requirements.txt b/django/requirements.txt index 476105f..1f4f3ce 100644 --- a/django/requirements.txt +++ b/django/requirements.txt @@ -1,2 +1,2 @@ -Django==2.2.5 +Django==3.2.24 PyMySQL==0.9.3