From 8ef6af879916c173f76ee6126560ff20de1dbc5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 02:10:41 +0000 Subject: [PATCH] Bump django from 4.0.6 to 4.1.3 Bumps [django](https://github.com/django/django) from 4.0.6 to 4.1.3. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.6...4.1.3) --- updated-dependencies: - dependency-name: django 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..2a5fb4d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = { text = "GNU General Public License" } classifiers = ["Framework :: Django", "Programming Language :: Python :: 3"] dependencies = [ "autoreduce_qp==22.0.0.dev38", - "Django==4.0.6", + "Django==4.1.3", "django_extensions==3.1.5", "djangorestframework==3.13.1", "django-filter==21.1",