From f20ecf0596ce0f2f8f4382578223e86fa96aedca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:03:11 +0000 Subject: [PATCH] :arrow_up: Bump django from 4.1.6 to 4.1.13 in /example Bumps [django](https://github.com/django/django) from 4.1.6 to 4.1.13. - [Commits](https://github.com/django/django/compare/4.1.6...4.1.13) --- 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 83cbe3d..00dd55c 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,3 +1,3 @@ -Django==4.1.6 +Django==4.1.13 djangorestframework==3.14.0 djangorestframework-simple-apikey==0.1.2