From cb29134bc313271267d573e1bc7b0600b650abe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 21:51:26 +0000 Subject: [PATCH] build(deps): bump django from 3.2.11 to 3.2.17 in /manager Bumps [django](https://github.com/django/django) from 3.2.11 to 3.2.17. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.11...3.2.17) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- manager/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/requirements.txt b/manager/requirements.txt index c0e3201f9..c84a1910b 100644 --- a/manager/requirements.txt +++ b/manager/requirements.txt @@ -20,7 +20,7 @@ django-sendgrid-v5==0.9.1 django-storages==1.11.1 django-super-deduper==0.1.4 django-waffle==2.2.1 -Django==3.2.11 +Django==3.2.17 djangocodemirror==2.1.0 djangorestframework-camel-case==1.2.0 djangorestframework==3.12.4