From a65ca32e9072860f2a30078e254aa77bff5e6316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 03:13:43 +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 6f446cd..aa077c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = ["Framework :: Django", "Programming Language :: Python :: 3"] dependencies = [ "autoreduce_scripts==22.0.0.dev44", "Django==4.0.6", - "djangorestframework==3.13.1", + "djangorestframework==3.14.0", "django-hurricane", ]