From 8b826c3fc7386e0d63c12c5f9b61f0f494d6f19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 09:38:25 +0000 Subject: [PATCH] [noissue]: Update django-lifecycle requirement 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/1.0.0...1.0.2) --- 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 51971d3e38..016335f88b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ Django~=4.2.0 # LTS version, switch only if we have a compelling reason to django-filter>=23.1,<=23.2 django-guid>=3.3,<=3.3.1 django-import-export>=2.9,<3.3.0 -django-lifecycle>=1.0,<=1.0.0 +django-lifecycle>=1.0,<=1.0.2 djangorestframework>=3.14.0,<=3.14.0 djangorestframework-queryfields>=1.0,<=1.0.0 drf-access-policy>=1.1.2,<1.5.1