From 5a88fbe620ee10d9d8ead6ae66d5baa1f6767717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 06:19:06 +0000 Subject: [PATCH] Bump django from 4.0.6 to 4.1.2 Bumps [django](https://github.com/django/django) from 4.0.6 to 4.1.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.6...4.1.2) --- 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 4e979f3..4397653 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Database config for the Autoreduction service" readme = "README.md" license = { text = "GNU General Public License" } classifiers = ["Framework :: Django", "Programming Language :: Python :: 3"] -dependencies = ['autoreduce_utils==22.0.0.dev23', 'Django==4.0.6'] +dependencies = ['autoreduce_utils==22.0.0.dev23', 'Django==4.1.2'] [project.optional-dependencies] dev = []