From 8dd5f515e94af3efeda6d7b6b0014710310e2fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 15:47:52 +0000 Subject: [PATCH] build(deps): Bump django in /platforms/python/django-react-app Bumps [django](https://github.com/django/django) from 4.0.5 to 4.1.9. - [Commits](https://github.com/django/django/compare/4.0.5...4.1.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- platforms/python/django-react-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/python/django-react-app/requirements.txt b/platforms/python/django-react-app/requirements.txt index c9d1cf2..ebd9eef 100644 --- a/platforms/python/django-react-app/requirements.txt +++ b/platforms/python/django-react-app/requirements.txt @@ -1,6 +1,6 @@ # Note: Sentry SDK will be installed separately -Django==4.0.5 +Django==4.1.9 django-cors-headers==3.13.0 djangorestframework==3.13.1 gunicorn==20.1.0