From 843f35fab12f45dbfbf5a009c701075ab3681bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:56:24 +0000 Subject: [PATCH] Bump django from 3.2.1 to 3.2.20 in /python/sliced_bread Bumps [django](https://github.com/django/django) from 3.2.1 to 3.2.20. - [Commits](https://github.com/django/django/compare/3.2.1...3.2.20) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/sliced_bread/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sliced_bread/requirements.txt b/python/sliced_bread/requirements.txt index 8c861114..9664d597 100644 --- a/python/sliced_bread/requirements.txt +++ b/python/sliced_bread/requirements.txt @@ -1,4 +1,4 @@ asgiref==3.3.4 -Django==3.2.1 +Django==3.2.20 pytz==2021.1 sqlparse==0.4.1