From 7130206705ae4490c09f08d9f246abcac9fe8430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:29:31 +0000 Subject: [PATCH] Bump djangorestframework from 3.15.1 to 3.15.2 in /challenge Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.1 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.1...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- challenge/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge/requirements.txt b/challenge/requirements.txt index 6cdfdcfd..32abe3e7 100644 --- a/challenge/requirements.txt +++ b/challenge/requirements.txt @@ -2,4 +2,4 @@ # pip==22.3.1 Django==5.0.3 django-cors-headers==4.3.1 -djangorestframework==3.15.1 \ No newline at end of file +djangorestframework==3.15.2 \ No newline at end of file