From 543c728ad2b6e0f590a57f297d03a6fab0f416e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 02:55:22 +0000 Subject: [PATCH] Bump django in /teams-fall2022/blueEggs/A3Q3/JezA4/Assignment4/BackEnd Bumps [django](https://github.com/django/django) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.1...4.1.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../blueEggs/A3Q3/JezA4/Assignment4/BackEnd/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams-fall2022/blueEggs/A3Q3/JezA4/Assignment4/BackEnd/requirements.txt b/teams-fall2022/blueEggs/A3Q3/JezA4/Assignment4/BackEnd/requirements.txt index bfb01d8b9..70ea95008 100644 --- a/teams-fall2022/blueEggs/A3Q3/JezA4/Assignment4/BackEnd/requirements.txt +++ b/teams-fall2022/blueEggs/A3Q3/JezA4/Assignment4/BackEnd/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.5.2 certifi==2022.9.24 distlib==0.3.6 -Django==4.1.1 +Django==4.1.2 django-cors-headers==3.13.0 djangorestframework==3.14.0 filelock==3.8.0