From 78ea015808a1ed3247acb743dd3ea7b3736dd865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 02:14:40 +0000 Subject: [PATCH] Bump django-extensions from 3.1.5 to 3.2.1 Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 3.1.5 to 3.2.1. - [Release notes](https://github.com/django-extensions/django-extensions/releases) - [Changelog](https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-extensions/django-extensions/compare/3.1.5...3.2.1) --- updated-dependencies: - dependency-name: django-extensions 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..acf983a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = ["Framework :: Django", "Programming Language :: Python :: 3"] dependencies = [ "autoreduce_qp==22.0.0.dev38", "Django==4.0.6", - "django_extensions==3.1.5", + "django_extensions==3.2.1", "djangorestframework==3.13.1", "django-filter==21.1", "django-crispy-forms==1.14.0",