From 3a2a5c5fc754bd2914f3c914423e15c1f4b82e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 20:09:06 +0000 Subject: [PATCH] Update mozilla-django-oidc requirement from ~=4.0.1 to ~=5.0.2 Updates the requirements on [mozilla-django-oidc](https://github.com/mozilla/mozilla-django-oidc) to permit the latest version. - [Release notes](https://github.com/mozilla/mozilla-django-oidc/releases) - [Changelog](https://github.com/mozilla/mozilla-django-oidc/blob/main/HISTORY.rst) - [Commits](https://github.com/mozilla/mozilla-django-oidc/compare/4.0.1...5.0.2) --- updated-dependencies: - dependency-name: mozilla-django-oidc dependency-version: 5.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2031116a..41fa63f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ ] docker = [ "gunicorn~=22.0.0", - "mozilla-django-oidc~=4.0.1", + "mozilla-django-oidc~=5.0.2", "mysqlclient~=2.2.4", ] server = [