From 0d227b4abf2dbc323ce545d706a1e5eb561d39aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 20:27:40 +0000 Subject: [PATCH] [noissue]: Update django-lifecycle requirement from ~=0.9.6 to ~=1.0.0 Updates the requirements on [django-lifecycle](https://github.com/rsinger86/django-lifecycle) to permit the latest version. - [Release notes](https://github.com/rsinger86/django-lifecycle/releases) - [Changelog](https://github.com/rsinger86/django-lifecycle/blob/master/docs/fk_changes.md) - [Commits](https://github.com/rsinger86/django-lifecycle/compare/0.9.6...1.0.0) --- updated-dependencies: - dependency-name: django-lifecycle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e46c12e85f9..85bc4725698 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ django-currentuser~=0.5.3 django-filter~=21.1 django-guid~=3.3 django-import-export~=2.8.0 -django-lifecycle~=0.9.6 +django-lifecycle~=1.0.0 djangorestframework~=3.13.1 djangorestframework-queryfields~=1.0.0 drf-access-policy~=1.1.1