From 8ec30e44caf9dbb1b1294848585996f05ef61560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 22:43:15 +0000 Subject: [PATCH] Bump django from 3.2.10 to 3.2.14 Bumps [django](https://github.com/django/django) from 3.2.10 to 3.2.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.10...3.2.14) --- 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 9c5f41ea..30617f5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ django-debug-toolbar==3.2.3; python_version >= "3.6" django-environ==0.4.5 django-split-settings==1.1.0; python_version >= "3.6" and python_version < "4.0" django-watchman==1.2.0 -django==3.2.10; python_version >= "3.6" +django==3.2.14; python_version >= "3.6" djangorestframework==3.13.0; python_version >= "3.6" docutils==0.16; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" dulwich==0.19.16