From 58cb2b46d071c5724da2920f03878146f18f3ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:25:14 +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] --- requirements/development_requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/development_requirements.txt b/requirements/development_requirements.txt index ccb07f16..f32da76f 100644 --- a/requirements/development_requirements.txt +++ b/requirements/development_requirements.txt @@ -6,7 +6,7 @@ Pillow==10.3.0 psycopg2-binary==2.9.9 pytz==2022.4 django-grappelli==2.15.7 -djangorestframework==3.14.0 +djangorestframework==3.15.2 djangorestframework-xml==2.0.0 markdown==3.1.1 django-filter==23.5 diff --git a/setup.py b/setup.py index a05d38d9..38ae508e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'psycopg2-binary==2.9.9', 'pytz==2022.4', 'django-grappelli==2.15.7', - 'djangorestframework==3.14.0', + 'djangorestframework==3.15.2', 'djangorestframework-xml==2.0.0', 'markdown==3.1.1', 'django-filter==23.5',