From 6f0b0f178ab55393bb109426b3249bb896328eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 22:06:16 +0000 Subject: [PATCH] Bump djangorestframework from 3.16.1 to 3.17.0 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.16.1 to 3.17.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.16.1...3.17.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f3f0d2db..6d181838 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -djangorestframework==3.16.1 +djangorestframework==3.17.0 Django==5.2.12 Pygments==2.19.1 Markdown==3.10.2