From 512ca343586d2fb78bb8d6fa887122ada5d2389f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 21:50:19 +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.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.1...4.1.6) --- 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..9f0062fbf 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.6 django-cors-headers==3.13.0 djangorestframework==3.14.0 filelock==3.8.0