From 0d6194058ad9730de6202e3202b91110193f59b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 21:48:32 +0000 Subject: [PATCH] Bump django from 4.0.2 to 4.0.6 in /examples/hybrid Bumps [django](https://github.com/django/django) from 4.0.2 to 4.0.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.2...4.0.6) --- 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..cb26278 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.6 -e git+https://github.com/aamirbhat/django-create-react-app.git@eb3555d8282a9255bd14317392da335f234f87f7#egg=django_create_react_app