From 4d758b70cf23e140149b1b9904a694a865f1bcfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 20:05:59 +0000 Subject: [PATCH] Bump django from 4.1.3 to 4.1.7 in /example Bumps [django](https://github.com/django/django) from 4.1.3 to 4.1.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.3...4.1.7) --- 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..e26f352 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.7 django-extensions # Your app in editable mode.