From 4e5772577d622f26ef2f9e1e4e53c99066d925d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 22:13:05 +0000 Subject: [PATCH] build(deps): bump django from 3.2.15 to 3.2.19 Bumps [django](https://github.com/django/django) from 3.2.15 to 3.2.19. - [Commits](https://github.com/django/django/compare/3.2.15...3.2.19) --- 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 3ec7bd46ae..c48b6b12ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Base -Django==3.2.15 +Django==3.2.19 PyMySQL==0.6.7 mysqlclient==2.0.3 requests==2.25.1