From efa8d9101b5a0d7b35a11863ae4938fb0bc33b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 21:55:28 +0000 Subject: [PATCH] Bump django from 3.2.13 to 3.2.17 in /django/sample-app Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.17. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.13...3.2.17) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django/sample-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/sample-app/requirements.txt b/django/sample-app/requirements.txt index cb449c5..39a4e6e 100644 --- a/django/sample-app/requirements.txt +++ b/django/sample-app/requirements.txt @@ -24,7 +24,7 @@ cryptography==3.3.2 # via -r requirements.in decorator==5.1.1 # via ipython -django==3.2.13 +django==3.2.17 # via # -r requirements.in # django-debug-toolbar