From 77bca5f9baa94156d23c3b636c71e623c22ddaf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 15:14:59 +0000 Subject: [PATCH] chore(deps): bump djangorestframework in /community_portal Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.13.1 to 3.14.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.13.1...3.14.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- community_portal/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community_portal/requirements.txt b/community_portal/requirements.txt index e6dac2b..58eab9e 100644 --- a/community_portal/requirements.txt +++ b/community_portal/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.5.2 Django==4.0.5 -djangorestframework==3.13.1 +djangorestframework==3.14.0 python-dotenv==0.21.0 pytz==2022.4 sqlparse==0.4.3