From 47e9ab7676e5fc222340137e9f51a9cd2acdfde8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:09:52 +0000 Subject: [PATCH] Bump djangorestframework from 3.16.1 to 3.17.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.16.1 to 3.17.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.16.1...3.17.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.2 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 c9b591e..c314629 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Pin packages to work with Python 3.9. Django==4.2.30 -djangorestframework==3.16.1 +djangorestframework==3.17.2 numpy==2.0.2 # pandas dependency pandas==2.3.3 PyMySQL==1.2.0