From 8f8290ba3e269c7b2eb01e764a459894e0b21951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 18:37:55 +0000 Subject: [PATCH] build: bump django from 3.2.14 to 3.2.18 in /docs Bumps [django](https://github.com/django/django) from 3.2.14 to 3.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.14...3.2.18) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 68db9caa395..81e8495564a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -26,7 +26,7 @@ coverage==6.3.2 # via -r requirements.in datetime==4.4 # via -r requirements.in -django==3.2.14 +django==3.2.18 # via # -r requirements.in # django-classy-tags