From c39f6dc9d3eb7031e38039274bd36e03cb9a9455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 19:47:47 +0000 Subject: [PATCH] [deps] Update django-organizations requirement Updates the requirements on [django-organizations](https://github.com/bennylope/django-organizations) to permit the latest version. - [Release notes](https://github.com/bennylope/django-organizations/releases) - [Changelog](https://github.com/bennylope/django-organizations/blob/master/HISTORY.rst) - [Commits](https://github.com/bennylope/django-organizations/compare/2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: django-organizations dependency-version: 2.7.0 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 9c4e04ed..e9032c71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django-organizations>=2.6.0,<2.7.0 +django-organizations>=2.7.0,<2.8.0 django-extensions>=4.1,<4.2 django-allauth[socialaccount]>=65.18.0,<65.19.0 dj-rest-auth>=6.0,<7.3