From 4b3f6013c18c4287bfe8f701f8a3de66dfbaa7d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 06:01:13 +0000 Subject: [PATCH] [deps] Update jsonfield requirement from ~=3.1.0 to >=3.1,<3.3 Updates the requirements on [jsonfield](https://github.com/rpkilby/jsonfield) to permit the latest version. - [Release notes](https://github.com/rpkilby/jsonfield/releases) - [Changelog](https://github.com/rpkilby/jsonfield/blob/master/CHANGES.rst) - [Commits](https://github.com/rpkilby/jsonfield/compare/3.1.0...3.2.0) --- updated-dependencies: - dependency-name: jsonfield dependency-version: 3.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65d86342..f4aebc58 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ "weasyprint>=65,<67", "dj-rest-auth>=6.0,<7.1", "django-sendsms~=0.5.0", - "jsonfield~=3.1.0", + "jsonfield>=3.1,<3.3", "django-private-storage~=3.1.0", "django-ipware>=5.0,<7.1", "pyrad~=2.4",