From 05fa400bb22a33093409f40048fb206ed787035b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:10:38 +0000 Subject: [PATCH] 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a115c60d..1fc772b2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ include_package_data=True, install_requires=[ "Django==4.1.13", - "djangorestframework==3.14.0", + "djangorestframework==3.15.2", "coreapi==2.3.3", "Markdown==3.1.1", "dj-database-url==1.2.0",