From bb084f6460dfab5cf6ce3d344f3c7b66bdccd032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 22:01:15 +0000 Subject: [PATCH] Bump django in /rest_framework_hmac/example_project Bumps [django](https://github.com/django/django) from 2.1.11 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.11...2.2.10) Signed-off-by: dependabot[bot] --- rest_framework_hmac/example_project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework_hmac/example_project/requirements.txt b/rest_framework_hmac/example_project/requirements.txt index a9e0d22..c6f0bd2 100644 --- a/rest_framework_hmac/example_project/requirements.txt +++ b/rest_framework_hmac/example_project/requirements.txt @@ -1,3 +1,3 @@ -Django==2.1.11 +Django==2.2.10 django-rest-framework-hmac djangorestframework==3.7.7