From cb27f8d62d25458816630508ae3d00d72fd93a35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 10:35:32 +0000 Subject: [PATCH] chore(deps): update dependency djoser to v2.2.3 --- src/authentication/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authentication/pyproject.toml b/src/authentication/pyproject.toml index e15a9f9c..8497b4bd 100644 --- a/src/authentication/pyproject.toml +++ b/src/authentication/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "django-stubs>=1.13.1", "django>=3.0", "djangorestframework>=3.0.0", - "djoser==2.2.2", + "djoser==2.2.3", "mitol-django-common", "mitol-django-mail", "social-auth-app-django>=5.4.0",