From d95ec2ef4258abc22d36f9125e0bd58601dc62c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 18:08:51 +0000 Subject: [PATCH] Update dependency django-lifecycle to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4765aba..06a78a18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ readme = "README.md" python = "3.6.* || 3.7.* || 3.8.* || 3.9.*" # The typing module is not in the stdlib in Python 2.7 and 3.4 typing = { version = "^3.6", python = "~3.4" } -django-lifecycle = "~0.9.0" +django-lifecycle = "~1.0.0" typing_extensions = ">=3.7,<5.0" six = "^1.14"