From d1253850e31384ce37276236fec5984de257c9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:21:02 +0000 Subject: [PATCH] Bump django from 2.2.24 to 3.2.25 Bumps [django](https://github.com/django/django) from 2.2.24 to 3.2.25. - [Commits](https://github.com/django/django/compare/2.2.24...3.2.25) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3c65a2..7104f0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.24 +Django==3.2.25 PyMySQL==0.9.3 django-uuid-pk==0.2 uuid==1.30