From 2115a9e5433ef839c935d4184598684ed1f0578e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:51:06 +0000 Subject: [PATCH] build(deps): bump djangorestframework from 3.10.3 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.10.3 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.10.3...3.11.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e866a01..9a07dab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ python-decouple==3.1 pytz==2019.3 sqlparse==0.3.0 requests==2.21.0 -djangorestframework==3.10.3 +djangorestframework==3.11.2 model-bakery==1.1.0 pytest==5.4.1 pytest-django==3.8.0