From f50615188b8855423039c063ff09a2a8349823ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:26:15 +0000 Subject: [PATCH] Bump django Bumps [django](https://github.com/django/django) from 1.10.5 to 4.2.16. - [Commits](https://github.com/django/django/compare/1.10.5...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../django-realworld-example-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/django/django-realworld/django-realworld-example-app/requirements.txt b/python/django/django-realworld/django-realworld-example-app/requirements.txt index 38598ca..d26eb3a 100644 --- a/python/django/django-realworld/django-realworld-example-app/requirements.txt +++ b/python/django/django-realworld/django-realworld-example-app/requirements.txt @@ -1,4 +1,4 @@ -Django==1.10.5 +Django==4.2.16 django-cors-middleware==1.3.1 django-extensions==1.7.1 djangorestframework==3.4.4