From c644dc908ab7f1e7cc69cd4c5a1bfb40fe3b0b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:52:40 +0000 Subject: [PATCH] Bump djangorestframework from 3.16.0 to 3.18.0 in /python-django Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.16.0 to 3.18.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.16.0...3.18.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-django/requirements.txt b/python-django/requirements.txt index 72a7514..dfe447b 100644 --- a/python-django/requirements.txt +++ b/python-django/requirements.txt @@ -1,4 +1,4 @@ Django==6.1 -djangorestframework==3.16.0 +djangorestframework==3.18.0 pytest==9.1.1 pytest-django==4.12.0 \ No newline at end of file