From defd2cefd1492a34e3885c3b3c9237b452b85838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 14:25:14 +0000 Subject: [PATCH] [noissue]: Update django-lifecycle requirement from ~=0.9.1 to ~=0.9.6 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.6) --- 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..c0778fd0b8d 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~=0.9.6 djangorestframework~=3.12.4 djangorestframework-queryfields~=1.0.0 drf-access-policy~=0.9.0