From cc423cf1c87555c3106172c57cafa4223000cd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 16:47:48 +0000 Subject: [PATCH] Bump oic from 0.9.5.0 to 1.2.1 in /src-py/requirements Bumps [oic](https://github.com/OpenIDC/pyoidc) from 0.9.5.0 to 1.2.1. - [Release notes](https://github.com/OpenIDC/pyoidc/releases) - [Changelog](https://github.com/OpenIDC/pyoidc/blob/1.2.1/CHANGELOG.md) - [Commits](https://github.com/OpenIDC/pyoidc/compare/v0.9.5...1.2.1) Signed-off-by: dependabot[bot] --- src-py/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-py/requirements/base.txt b/src-py/requirements/base.txt index 2fbbe6e..35aec11 100644 --- a/src-py/requirements/base.txt +++ b/src-py/requirements/base.txt @@ -7,7 +7,7 @@ django-crispy-forms==1.7.2 # openid connect git+https://github.com/test-point/django-oidc.git # becase by default it's old version which has bug in it -oic==0.9.5.0 +oic==1.2.1 # Settings and deployment envparse==0.2.0