From 975bc3efed96ac6ad9533641ac17d6658569113f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 21:52:53 +0000 Subject: [PATCH] Bump django from 4.1.3 to 4.1.6 in /example Bumps [django](https://github.com/django/django) from 4.1.3 to 4.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.3...4.1.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index d4de192..d2b4232 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,6 +1,6 @@ # Your app requirements. -r ../requirements_test.txt -django==4.1.3 +django==4.1.6 django-extensions # Your app in editable mode.