From 1e8f72aa154283bfab900272aa31a798fbe9240b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:47:32 +0000 Subject: [PATCH] Bump django from 4.2 to 4.2.3 Bumps [django](https://github.com/django/django) from 4.2 to 4.2.3. - [Commits](https://github.com/django/django/compare/4.2...4.2.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- templates/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2a1e63b9..e1f1996e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # Top level needed to just create the django project -django==4.2 +django==4.2.3 pip_upgrader==1.4.15 diff --git a/templates/requirements.txt b/templates/requirements.txt index c780d7a7..5a1ad442 100644 --- a/templates/requirements.txt +++ b/templates/requirements.txt @@ -1,4 +1,4 @@ -django==4.2 +django==4.2.3 # You can later remove the database you are not using # I wanted to keep the flow simple and not add unnecessary logic django_mysql==4.9.0