Skip to content

Commit

Permalink
[deps] Update django-organizations requirement from ~=2.1.0 to ~=2.4.1
Browse files Browse the repository at this point in the history
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](bennylope/django-organizations@2.1.0...2.4.1)

---
updated-dependencies:
- dependency-name: django-organizations
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gagan Deep <[email protected]>
  • Loading branch information
dependabot[bot] and pandafy authored Aug 20, 2024
1 parent 279f7b7 commit dae8e63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions openwisp_users/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ class Migration(migrations.Migration):
'abstract': False,
'ordering': ['name'],
},
bases=(organizations.base.UnicodeMixin, models.Model),
),
migrations.CreateModel(
name='OrganizationOwner',
Expand Down Expand Up @@ -221,7 +220,6 @@ class Migration(migrations.Migration):
'verbose_name': 'organization owner',
'abstract': False,
},
bases=(organizations.base.UnicodeMixin, models.Model),
),
migrations.CreateModel(
name='OrganizationUser',
Expand Down Expand Up @@ -271,7 +269,6 @@ class Migration(migrations.Migration):
'abstract': False,
'ordering': ['organization', 'user'],
},
bases=(organizations.base.UnicodeMixin, models.Model),
),
migrations.CreateModel(
name='Group',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django-organizations~=2.1.0
django-organizations~=2.4.1
django-extensions~=3.2.3
django-allauth~=0.54.0
django-phonenumber-field~=8.0.0
Expand Down

0 comments on commit dae8e63

Please sign in to comment.