From c83dee6d270a0322ab31fbac9085f88c9c22a2d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:14:54 +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.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.13.1...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... 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 c23e3bf..7f895f4 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.15.2 python-dotenv==0.21.0 pytz==2024.1 sqlparse==0.4.3