From 31a1c44888b4bd4629a42a33cf14a6b6409d173a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:04:31 +0000 Subject: [PATCH] deps(dev): bump djangorestframework from 3.14.0 to 3.16.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.16.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.16.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vulnerable-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulnerable-app/requirements.txt b/vulnerable-app/requirements.txt index 2a4d9ce..f4a6500 100644 --- a/vulnerable-app/requirements.txt +++ b/vulnerable-app/requirements.txt @@ -18,7 +18,7 @@ Django==3.0.0 # Django REST Framework -djangorestframework==3.14.0 +djangorestframework==3.16.1 # ----------------------------------------------------------------------------- # Database & ORM