From c4ee0b4b4b1b86161b6f70006541a0c62d182014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 15:45:42 +0000 Subject: [PATCH] [noissue]: Update django-lifecycle requirement from ~=0.9.1 to ~=0.9.3 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...0.9.3) --- 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 3fe42140620..a9eb0e56499 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,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~=0.9.3 djangorestframework~=3.12.4 djangorestframework-queryfields~=1.0.0 drf-access-policy~=1.0.1