From 222914c0392ba0688a45c0eeb1c20792299dbc49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:48:02 +0000 Subject: [PATCH] [DEPENDABOT] Update: Bump djangorestframework from 3.15.2 to 3.16.0 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.2 to 3.16.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.2...3.16.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index edc9d279..e838ed45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Django and REST framework Django==5.1.6 -djangorestframework==3.15.2 +djangorestframework==3.16.0 django-cors-headers==4.7.0 # Authentication