From c8b244bfa9bfd47ba1f7b55a9b09d5c34514ce4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:07:53 +0000 Subject: [PATCH] Bump django from 3.1.9 to 3.1.12 in /thumbsupnews_backend Bumps [django](https://github.com/django/django) from 3.1.9 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.9...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- thumbsupnews_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thumbsupnews_backend/requirements.txt b/thumbsupnews_backend/requirements.txt index d995b19..75f2ba9 100644 --- a/thumbsupnews_backend/requirements.txt +++ b/thumbsupnews_backend/requirements.txt @@ -1,4 +1,4 @@ -django==3.1.9 +django==3.1.12 djangorestframework==3.11.2 django-filter==2.2.0 psycopg2==2.8.5