From 35352fc16ef7300dfe117b5d46b5d3a49e02331b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 19:41:35 +0000 Subject: [PATCH] chore(deps): bump django from 3.0.14 to 3.1.13 in /micro-ecommerce Bumps [django](https://github.com/django/django) from 3.0.14 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.14...3.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- micro-ecommerce/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micro-ecommerce/requirements.txt b/micro-ecommerce/requirements.txt index 3eeaa94..cae24c0 100644 --- a/micro-ecommerce/requirements.txt +++ b/micro-ecommerce/requirements.txt @@ -1,4 +1,4 @@ -Django==3.0.14 +Django==3.1.13 django-environ==0.4.5 psycopg2==2.8.5 djangorestframework==3.11.2