diff --git a/poetry.lock b/poetry.lock index a02a0456..b4b42511 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1360,13 +1360,13 @@ files = [ [[package]] name = "mozilla-django-oidc" -version = "3.0.0" +version = "4.0.0" 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.0.tar.gz", hash = "sha256:7eb9d05a033ac61a74ea3be33d3f822818bc8dcab81c471fef94c0d65c7cbe1c"}, + {file = "mozilla_django_oidc-4.0.0-py2.py3-none-any.whl", hash = "sha256:01a4ab19341503ec06fcbe6ea12329ed709d4226bf1d2c7541b0b1c4c4e8a738"}, ] [package.dependencies] @@ -2689,4 +2689,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "45ff267c1bc1ac5148055bf76dfb0f9c3b50041db4f2b1ea040f0e367c7acfc9" +content-hash = "19bfab63fac10f2ebd070930e8d8fc76fe9f74040fcb2a83f0c9c08a5e65e4d8" diff --git a/pyproject.toml b/pyproject.toml index e66a47d2..ba860848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ django-localized-fields = "^6.6" djangorestframework = "^3.13.0" djangorestframework-jsonapi = ">=5.0.0,<7.0.0" minio = "^7.1.14" -mozilla-django-oidc = ">=2,<4" +mozilla-django-oidc = ">=2,<5" preview-generator = "^0.29" psycopg2-binary = "~2.9" requests = "^2.31.0"