From d3fd2ccb5d0b9c874157a295930b8126fdf54287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 12:48:59 +0000 Subject: [PATCH] [deps] Update django-sesame requirement from ~=3.2.2 to ~=3.2.3 Updates the requirements on [django-sesame](https://github.com/aaugustin/django-sesame) to permit the latest version. - [Changelog](https://github.com/aaugustin/django-sesame/blob/main/docs/changelog.rst) - [Commits](https://github.com/aaugustin/django-sesame/compare/3.2.2...3.2.3) --- updated-dependencies: - dependency-name: django-sesame dependency-version: 3.2.3 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 13f4e0584..14e34f2f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ django-phonenumber-field~=8.1.0 phonenumbers~=9.0.4 openwisp-utils[rest,celery] @ https://github.com/openwisp/openwisp-utils/tarball/1.2 packaging -django-sesame~=3.2.2 +django-sesame~=3.2.3