From 1433f38ce6917253c582521329fc4c0acc8cb931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 17:19:06 +0000 Subject: [PATCH] Bump djangorestframework from 3.14.0 to 3.16.0 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.16.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.16.0) --- updated-dependencies: - dependency-name: djangorestframework 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 21f484af..ace5da0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -94,7 +94,7 @@ django-ga-context==0.1.0 django-impersonate==1.9.1 django-registration-redux==2.13 django-crispy-forms==2.4 # djangorestframework -djangorestframework==3.14.0 +djangorestframework==3.16.0 django-smtp-ssl==1.0 ctlsettings==0.4.2