From a12c30ea1df66b848a87c78c6cff15a60997b6c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 02:14:44 +0000 Subject: [PATCH] Bump djangorestframework from 3.13.1 to 3.14.0 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.13.1 to 3.14.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.13.1...3.14.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b937106..931806a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "autoreduce_qp==22.0.0.dev38", "Django==4.0.6", "django_extensions==3.1.5", - "djangorestframework==3.13.1", + "djangorestframework==3.14.0", "django-filter==21.1", "django-crispy-forms==1.14.0", "django-tables2==2.4.1",