From 6a94f0051c5b34645ccd1132b42dcf4e829de3bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:43:35 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.2 to 3.15.2 in /fieldprime-api Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.2 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.9.2...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fieldprime-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fieldprime-api/requirements.txt b/fieldprime-api/requirements.txt index b756c4e..9f7d006 100644 --- a/fieldprime-api/requirements.txt +++ b/fieldprime-api/requirements.txt @@ -5,7 +5,7 @@ coreschema==0.0.4 Django==2.1.7 django-model-utils==3.1.2 django-rest-swagger==2.2.0 -djangorestframework==3.9.2 +djangorestframework==3.15.2 djangorestframework-jwt==1.11.0 idna==2.8 itypes==1.1.0