From bebf65c2d444e9490cd9976bab31ebaa764d6f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 16:12:08 +0000 Subject: [PATCH] Bump djangorestframework from 3.15.0 to 3.15.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.0 to 3.15.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.0...3.15.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 985ca608f..90235cb4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ tzdata==2024.1 # REST API django-cors-headers==4.3.1 django-filter==24.2 -djangorestframework==3.15.0 +djangorestframework==3.15.1 djangorestframework-simplejwt[crypto]==5.3.1 # Not used anymore, but needed because some modules are imported in DB migration