From ad1e9ee02bb0daeee98c28006cd1c55a64b9810c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 15:21:59 +0000 Subject: [PATCH] Bump django from 3.2.15 to 3.2.16 Bumps [django](https://github.com/django/django) from 3.2.15 to 3.2.16. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.15...3.2.16) --- 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 b8eb3de..9693db0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ coverage==6.5.0 -Django==3.2.15 +Django==3.2.16 mysqlclient==2.1.1 python-dotenv==0.21.0 requests==2.28.1