From 8f30324af03fe37d22ed4fad56ec0e07748b49f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:10:45 +0000 Subject: [PATCH] Bump djangorestframework from 3.7.7 to 3.11.2 in /BusBooking Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.7.7 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.7.7...3.11.2) Signed-off-by: dependabot[bot] --- BusBooking/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BusBooking/requirements.txt b/BusBooking/requirements.txt index 8169c9b..65952c1 100644 --- a/BusBooking/requirements.txt +++ b/BusBooking/requirements.txt @@ -2,4 +2,4 @@ Django>=1.11.27 pillow==6.2.0 ipdb==0.11 django-extensions==2.0.3 -djangorestframework==3.7.7 +djangorestframework==3.11.2