From 41e415e3260a7aa1a4d9a57a342b4200186219ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 14:56:26 +0000 Subject: [PATCH] Bump django from 4.0.2 to 4.0.7 in /examples/hybrid Bumps [django](https://github.com/django/django) from 4.0.2 to 4.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.2...4.0.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/hybrid/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hybrid/requirements.txt b/examples/hybrid/requirements.txt index 864ae2d..1936fe2 100644 --- a/examples/hybrid/requirements.txt +++ b/examples/hybrid/requirements.txt @@ -5,7 +5,7 @@ urllib3==1.26.8 asgiref==3.5.0 certifi==2021.10.8 charset-normalizer==2.0.11 -Django==4.0.2 +Django==4.0.7 -e git+https://github.com/aamirbhat/django-create-react-app.git@eb3555d8282a9255bd14317392da335f234f87f7#egg=django_create_react_app