From 1e1e5ed4f28cba0d21b05e1c9a70b2fea28659c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:29:58 +0000 Subject: [PATCH] Bump django from 3.1.4 to 3.1.12 in /students/16th/team2/konhee-kim Bumps [django](https://github.com/django/django) from 3.1.4 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.4...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- students/16th/team2/konhee-kim/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/students/16th/team2/konhee-kim/requirements.txt b/students/16th/team2/konhee-kim/requirements.txt index 4d41e9d73..bcc11ec0f 100644 --- a/students/16th/team2/konhee-kim/requirements.txt +++ b/students/16th/team2/konhee-kim/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.3.1 bcrypt==3.2.0 certifi==2020.12.5 cffi==1.14.4 -Django==3.1.4 +Django==3.1.12 django-cors-headers==3.6.0 mysqlclient==2.0.2 pycparser==2.20