From 192295b6c74b3a3c1219d4d9f6d420891d3d7c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 17:49:00 +0000 Subject: [PATCH] Bump django from 3.1.9 to 3.1.10 in /thumbsupnews_backend Bumps [django](https://github.com/django/django) from 3.1.9 to 3.1.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.9...3.1.10) --- 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..6c44005 100644 --- a/thumbsupnews_backend/requirements.txt +++ b/thumbsupnews_backend/requirements.txt @@ -1,4 +1,4 @@ -django==3.1.9 +django==3.1.10 djangorestframework==3.11.2 django-filter==2.2.0 psycopg2==2.8.5