From b16f46eda94b64b8d956d10d59762551163a2da7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:55:20 -0600 Subject: [PATCH] Bump djangorestframework from 3.12.4 to 3.14.0 (#385) * Bump djangorestframework from 3.12.4 to 3.14.0 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.12.4 to 3.14.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.12.4...3.14.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update requirements.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Laird --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c0f9b03..12a595e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ django==2.2.28 django-dotenv==1.4.2 django-debug-toolbar==3.2.1 django-storages==1.7.1 -djangorestframework==3.12.4 +djangorestframework==3.13.1 django-filter==2.4.0 django-maintenance-mode==0.15.1 django-pipeline==2.0.6