Skip to content

Commit 8e71f41

Browse files
committed
Remove oic patch - 1.3.0 contains the fix. Commit ready for merge.
- Legacy-Id: 19214
1 parent 8101658 commit 8e71f41

3 files changed

Lines changed: 1 addition & 13 deletions

File tree

ietf/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,6 @@ def skip_unreadable_post(record):
11511151
'patch/change-oidc-provider-field-sizes-228.patch',
11521152
'patch/fix-oidc-access-token-post.patch',
11531153
'patch/fix-jwkest-jwt-logging.patch',
1154-
'patch/fix-oic-logging.patch',
11551154
'patch/fix-django-password-strength-kwargs.patch',
11561155
'patch/add-django-http-cookie-value-none.patch',
11571156
'patch/django-cookie-delete-with-all-settings.patch',

patch/fix-oic-logging.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ markdown2>=2.3.8
4040
mock>=2.0.0
4141
mypy>=0.782,<0.790 # Version requirements determined by django-stubs.
4242
mysqlclient>=1.3.13,!=2.0.2
43-
oic>=1.2
43+
oic>=1.3
4444
pathlib>=1.0
4545
pathlib2>=2.3.0
4646
Pillow>=3.0

0 commit comments

Comments
 (0)