From 6620da159e3ac0eb9e85c09928669bde31aef20f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 23:17:34 +0000 Subject: [PATCH] Update django-sortedm2m requirement from ~=3.1 to ~=4.0 Updates the requirements on [django-sortedm2m](https://github.com/jazzband/django-sortedm2m) to permit the latest version. - [Release notes](https://github.com/jazzband/django-sortedm2m/releases) - [Changelog](https://github.com/jazzband/django-sortedm2m/blob/master/CHANGES.rst) - [Commits](https://github.com/jazzband/django-sortedm2m/compare/3.1.0...4.0.0) --- updated-dependencies: - dependency-name: django-sortedm2m 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 3e9a1739e..901fbc485 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,4 +43,4 @@ djangorestframework-simplejwt[crypto]==5.3.1 # Not used anymore, but needed because some modules are imported in DB migration # files -django-sortedm2m~=3.1 +django-sortedm2m~=4.0