From 50b98dcd6aae64a46a7874e00f8a29e1ea812d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:19:01 +0000 Subject: [PATCH] Bump django from 3.2.16 to 3.2.20 Bumps [django](https://github.com/django/django) from 3.2.16 to 3.2.20. - [Commits](https://github.com/django/django/compare/3.2.16...3.2.20) --- 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 6500ed8..7aa5d1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ coverage==6.5.0 -Django==3.2.16 +Django==3.2.20 mysqlclient==2.1.1 python-dotenv==0.21.0 requests==2.28.1