Skip to content

Commit

Permalink
chore: Update django-oidc-provider patch (#6526)
Browse files Browse the repository at this point in the history
* chore: Fix line numbers in patch

File changed with django-oidc-provider v0.8.1

* chore: Limit django-oidc-provider version
  • Loading branch information
jennifer-richards authored Oct 23, 2023
1 parent dc14308 commit 1efb19c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions patch/change-oidc-provider-field-sizes-228.patch
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ diff -ur oidc_provider.orig/migrations/0015_change_client_code.py oidc_provider/
diff -ur oidc_provider.orig/migrations/0016_userconsent_and_verbosenames.py oidc_provider/migrations/0016_userconsent_and_verbosenames.py
--- oidc_provider.orig/migrations/0016_userconsent_and_verbosenames.py 2018-04-13 21:43:28.000000000 +0200
+++ oidc_provider/migrations/0016_userconsent_and_verbosenames.py 2020-06-07 13:34:26.826716519 +0200
@@ -32,12 +32,12 @@
@@ -31,12 +31,12 @@
migrations.AlterField(
model_name='client',
name='client_id',
Expand All @@ -158,7 +158,7 @@ diff -ur oidc_provider.orig/migrations/0016_userconsent_and_verbosenames.py oidc
),
migrations.AlterField(
model_name='client',
@@ -84,17 +84,17 @@
@@ -83,17 +83,17 @@
migrations.AlterField(
model_name='code',
name='code',
Expand All @@ -179,7 +179,7 @@ diff -ur oidc_provider.orig/migrations/0016_userconsent_and_verbosenames.py oidc
),
migrations.AlterField(
model_name='code',
@@ -109,7 +109,7 @@
@@ -108,7 +108,7 @@
migrations.AlterField(
model_name='code',
name='nonce',
Expand All @@ -188,7 +188,7 @@ diff -ur oidc_provider.orig/migrations/0016_userconsent_and_verbosenames.py oidc
),
migrations.AlterField(
model_name='code',
@@ -135,7 +135,7 @@
@@ -134,7 +134,7 @@
migrations.AlterField(
model_name='token',
name='access_token',
Expand All @@ -197,7 +197,7 @@ diff -ur oidc_provider.orig/migrations/0016_userconsent_and_verbosenames.py oidc
),
migrations.AlterField(
model_name='token',
@@ -151,7 +151,7 @@
@@ -150,7 +150,7 @@
migrations.AlterField(
model_name='token',
name='refresh_token',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ django-csp>=3.7
django-cors-headers>=3.11.0
django-debug-toolbar>=3.2.4
django-markup>=1.5 # Limited use - need to reconcile against direct use of markdown
django-oidc-provider>=0.8 # 0.8 dropped Django 2 support
django-oidc-provider>=0.8.1 # 0.8 dropped Django 2 support
django-referrer-policy>=1.0
django-simple-history>=3.0.0
#django-stubs>=4.2.0 # The django-stubs version used determines the the mypy version indicated below
Expand Down

0 comments on commit 1efb19c

Please sign in to comment.