From 11bd1471ceb9e1164aa5fcdd995766658da9a71b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 16:52:22 +0000 Subject: [PATCH] [DEPENDABOT] Update: Bump django from 5.1.6 to 5.2.1 Bumps [django](https://github.com/django/django) from 5.1.6 to 5.2.1. - [Commits](https://github.com/django/django/compare/5.1.6...5.2.1) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.1 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..981d2424 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Django and REST framework -Django==5.1.6 +Django==5.2.1 djangorestframework==3.15.2 django-cors-headers==4.7.0