From e8ecb346aa9ffefe1a6fec97aea6dbb7053825e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 01:49:28 +0000 Subject: [PATCH] chore(deps)(deps): update djangorestframework requirement Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework) to permit the latest version. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.17.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-prod.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index dee8005..24a6e8f 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -12,7 +12,7 @@ scikit-learn>=1.5.0 numpy>=1.21.0 whitenoise==6.12.0 sqlparse>=0.4.2 -djangorestframework>=3.14.0 +djangorestframework>=3.17.1 djangorestframework-simplejwt>=5.2.0 celery>=5.2.0 redis>=4.0.0 diff --git a/requirements.txt b/requirements.txt index 551b9be..e7bc1db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ numpy>=1.21.0 matplotlib>=3.10.9 whitenoise==6.12.0 sqlparse>=0.4.2 -djangorestframework>=3.14.0 +djangorestframework>=3.17.1 djangorestframework-simplejwt>=5.2.0 celery>=5.2.0 redis>=4.0.0