From 040688d7d12b4657f7de41fa7ff9c259c2fe4a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 02:16:40 +0000 Subject: [PATCH] Bump mozilla-django-oidc from 3.0.0 to 4.0.0 Bumps [mozilla-django-oidc](https://github.com/mozilla/mozilla-django-oidc) from 3.0.0 to 4.0.0. - [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/3.0.0...4.0.0) --- updated-dependencies: - dependency-name: mozilla-django-oidc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 4b2b8358b..36c3ebc65 100644 --- a/requirements.in +++ b/requirements.in @@ -42,7 +42,7 @@ keycdn==0.4.3 django-querycount==0.8.3 profanity==1.1 py-avataaars==1.1.2 -mozilla-django-oidc==3.0.0 +mozilla-django-oidc==4.0.0 nltk==3.8.1 # Testing (Should these be broken out?) diff --git a/requirements.txt b/requirements.txt index 58a7740cd..ef0f09f2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -681,9 +681,9 @@ mock==5.1.0 \ --hash=sha256:18c694e5ae8a208cdb3d2c20a993ca1a7b0efa258c247a1e565150f477f83744 \ --hash=sha256:5e96aad5ccda4718e0a229ed94b2024df75cc2d55575ba5762d31f5767b8767d # via -r requirements.in -mozilla-django-oidc==3.0.0 \ - --hash=sha256:a7d447af83cb5aa1671a24009b0ce6b2f0d259e9c58d8c88c7a8d0c27c05c04d \ - --hash=sha256:f535eeddf03698ad9fd89dd87037828e9c7d503771acef21f0509f6cc42fc875 +mozilla-django-oidc==4.0.0 \ + --hash=sha256:01a4ab19341503ec06fcbe6ea12329ed709d4226bf1d2c7541b0b1c4c4e8a738 \ + --hash=sha256:7eb9d05a033ac61a74ea3be33d3f822818bc8dcab81c471fef94c0d65c7cbe1c # via -r requirements.in multidict==6.0.3 \ --hash=sha256:018c8e3be7f161a12b3e41741b6721f9baeb2210f4ab25a6359b7d76c1017dce \