From bfdc15a0bdbb6d357127989ee44ff88c1e4956e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 06:23:08 +0000 Subject: [PATCH] chore(deps): Bump djangorestframework from 3.14.0 to 3.15.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1d7ae81..5f5ee47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ django-ratelimit==4.1.0 django-redis==5.3.0 django-simple-captcha==0.6.0 django-timezone-field==6.0.1 -djangorestframework==3.14.0 +djangorestframework==3.15.2 drf-yasg==1.21.7 fake-useragent==1.5.1 frozenlist==1.4.1