Skip to content

Commit

Permalink
chore: Limit django-oidc-provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards committed Oct 23, 2023
1 parent 28fb674 commit bae3c0c
Showing 1 changed file with 1 addition and 1 deletion.
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 bae3c0c

Please sign in to comment.