From e75697c3458c017a88d961cf6310d5ba921d3799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 14:48:17 +0000 Subject: [PATCH] [noissue]: Update django-lifecycle requirement from ~=0.9.1 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.2...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 0dac42df6f8..2eadbd09801 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ django-filter~=2.4.0 django-guardian~=2.4.0 django-guid<3.0 django-import-export~=2.5.0 -django-lifecycle~=0.9.1 +django-lifecycle~=1.0.0 djangorestframework~=3.12.4 djangorestframework-queryfields~=1.0.0 drf-access-policy~=0.9.0