From 331ca7839d7e042bb28354f4da0fa5718dd8822f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 18:25:54 +0000 Subject: [PATCH] Bump django from 3.1.4 to 3.1.10 in /students/15th/teamteam/seunghyun Bumps [django](https://github.com/django/django) from 3.1.4 to 3.1.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.4...3.1.10) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- students/15th/teamteam/seunghyun/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/students/15th/teamteam/seunghyun/requirements.txt b/students/15th/teamteam/seunghyun/requirements.txt index ab9d30b1f..5ae796b4d 100644 --- a/students/15th/teamteam/seunghyun/requirements.txt +++ b/students/15th/teamteam/seunghyun/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.3.1 certifi==2020.11.8 -Django==3.1.4 +Django==3.1.10 django-cors-headers==3.5.0 pytz==2020.4 sqlparse==0.4.1