From 0dec0e93bceb4c8dc7a23b01edc2c9bd7c6b2ddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:28:53 +0000 Subject: [PATCH] Bump djangorestframework from 3.11.0 to 3.11.2 in /veiculo-api 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] --- veiculo-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veiculo-api/requirements.txt b/veiculo-api/requirements.txt index cbfa743..8372391 100644 --- a/veiculo-api/requirements.txt +++ b/veiculo-api/requirements.txt @@ -1,3 +1,3 @@ django==3.0.7 -djangorestframework==3.11.0 +djangorestframework==3.11.2 python-decouple==3.3 \ No newline at end of file