From 538e133652855072d2dbfacaf8e9bba9a0eb7700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:19:22 +0000 Subject: [PATCH] chore(deps): bump mozilla-django-oidc from 3.0.0 to 4.0.1 Bumps [mozilla-django-oidc](https://github.com/mozilla/mozilla-django-oidc) from 3.0.0 to 4.0.1. - [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.1) --- updated-dependencies: - dependency-name: mozilla-django-oidc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index aa5fbb5e..9a1419b9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -981,13 +981,13 @@ traitlets = "*" [[package]] name = "mozilla-django-oidc" -version = "3.0.0" +version = "4.0.1" description = "A lightweight authentication and access management library for integration with OpenID Connect enabled authentication services." optional = false python-versions = "*" files = [ - {file = "mozilla-django-oidc-3.0.0.tar.gz", hash = "sha256:a7d447af83cb5aa1671a24009b0ce6b2f0d259e9c58d8c88c7a8d0c27c05c04d"}, - {file = "mozilla_django_oidc-3.0.0-py2.py3-none-any.whl", hash = "sha256:f535eeddf03698ad9fd89dd87037828e9c7d503771acef21f0509f6cc42fc875"}, + {file = "mozilla-django-oidc-4.0.1.tar.gz", hash = "sha256:4ff8c64069e3e05c539cecf9345e73225a99641a25e13b7a5f933ec897b58918"}, + {file = "mozilla_django_oidc-4.0.1-py2.py3-none-any.whl", hash = "sha256:04ef58759be69f22cdc402d082480aaebf193466cad385dc9e4f8df2a0b187ca"}, ] [package.dependencies] @@ -1984,4 +1984,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f1a7a3794d54966123927010521a4a8e5196329e4ca6b04f295721388f3faac1" +content-hash = "321408ccce1e2921f005be8ef2ec927c2e6b16ed82a8ea9ded2935c26927642f" diff --git a/pyproject.toml b/pyproject.toml index 2c94a858..4a19cef9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ django-multiselectfield = "^0.1.12" django-prometheus = "^2.3.1" djangorestframework = "^3.14.0" djangorestframework-jsonapi = "^6.0.0" -mozilla-django-oidc = "^3.0.0" +mozilla-django-oidc = "^4.0.1" psycopg2-binary = "^2.9.3" pytz = "^2024.1" pyexcel-webio = "^0.1.4"