From 2a1a6eb7722b99abd84b931f0ae4a4237a2bea3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:54:55 +0000 Subject: [PATCH] build(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 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 b21407db133..78fc914ee83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -74,7 +74,7 @@ django-invitations<2.1.1 django-recaptcha==4.0.0 # REST -djangorestframework==3.14.0 +djangorestframework==3.15.2 djangorestframework-gis==1.0 djangorestframework-guardian==0.3.0 drf-extensions==0.7.1