From 796718c9e496b7d62b959947e575433264c25ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Apr 2022 09:06:55 +0100 Subject: [PATCH] build: bump django from 3.2.12 to 3.2.13 in /docs (#7308) Bumps [django](https://github.com/django/django) from 3.2.12 to 3.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.12...3.2.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index cec65ae6843..cdb36793c67 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -19,13 +19,14 @@ charset-normalizer==2.0.12 click==8.0.4 # via pip-tools codespell==2.1.0 + # via -r requirements.in colorama==0.4.4 # via sphinx-autobuild coverage==6.3.2 # via -r requirements.in datetime==4.4 # via -r requirements.in -django==3.2.12 +django==3.2.13 # via # -r requirements.in # django-classy-tags