From 3f9137a8e0df3debcfd6857a76dcc4824db7c655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 08:22:25 +0000 Subject: [PATCH] Bump djangorestframework from 3.17.0 to 3.17.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.17.0 to 3.17.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.17.0...3.17.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 55a7b30a..71a2665d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -djangorestframework==3.17.0 +djangorestframework==3.17.1 Django==6.0.3 Pygments==2.19.2 Markdown==3.10.2