From 8896b082f1d44abc5377c819d9dd1fa54682f7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:12:38 +0000 Subject: [PATCH] Bump djangorestframework from 3.11.0 to 3.11.2 in /user-managment-REST Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.11.0 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.11.0...3.11.2) Signed-off-by: dependabot[bot] --- user-managment-REST/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-managment-REST/requirements.txt b/user-managment-REST/requirements.txt index ce85b7c..4035e49 100644 --- a/user-managment-REST/requirements.txt +++ b/user-managment-REST/requirements.txt @@ -1,2 +1,2 @@ django == 3.0.7 -djangorestframework == 3.11.0 \ No newline at end of file +djangorestframework == 3.11.2 \ No newline at end of file