Skip to content

Commit 2ded0ca

Browse files
feat: bump oidc to add ability to import user (#2911)
1 parent 3a0a8b8 commit 2ded0ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git+https://github.com/onaio/django-digest.git@6bf61ec08502fd3545d4f2c0838b6cb15
77
git+https://github.com/onaio/django-multidb-router.git@f711368180d58eef87eda54fadfd5f8355623d52#egg=django-multidb-router
88
git+https://github.com/onaio/floip-py.git@3c980eb184069ae7c3c9136b18441978237cd41d#egg=pyfloip
99
git+https://github.com/onaio/python-json2xlsclient.git@62b4645f7b4f2684421a13ce98da0331a9dd66a0#egg=python-json2xlsclient
10-
git+https://github.com/onaio/ona-oidc.git@v2.3.0#egg=ona-oidc
10+
git+https://github.com/onaio/ona-oidc.git@v2.4.0#egg=ona-oidc
1111
-e git+https://github.com/onaio/savreaderwriter.git@fix-pep-440-issues#egg=savreaderwriter
1212
git+https://github.com/onaio/pyxform.git@fix-osm-attribute-error#egg=pyxform
1313
git+https://[email protected]/onaio/[email protected]#egg=valigetta

requirements/base.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ oauthlib==3.2.2
242242
# via
243243
# django-oauth-toolkit
244244
# requests-oauthlib
245-
ona-oidc @ git+https://github.com/onaio/ona-oidc.git@v2.3.0
245+
ona-oidc @ git+https://github.com/onaio/ona-oidc.git@v2.4.0
246246
# via -r requirements/base.in
247247
openpyxl==3.1.3
248248
# via

requirements/dev.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ oauthlib==3.2.2
314314
# via
315315
# django-oauth-toolkit
316316
# requests-oauthlib
317-
ona-oidc @ git+https://github.com/onaio/ona-oidc.git@v2.3.0
317+
ona-oidc @ git+https://github.com/onaio/ona-oidc.git@v2.4.0
318318
# via -r requirements/base.in
319319
openpyxl==3.1.3
320320
# via

0 commit comments

Comments
 (0)