mirror of
https://github.com/pretix/pretix.git
synced 2026-08-12 11:07:02 +00:00
Update oauthlib to ==3.1.* (#1538)
* Bumped oauthlib to ==3.1.* * Fix tests for oauthlib 3.1 In some cases, oauthlib now returns 400 instead of 401.
This commit is contained in:
committed by
Raphael Michel
parent
2ffb4edee9
commit
ff98ae3200
+1
-1
@@ -145,7 +145,7 @@ setup(
|
||||
'django-hijack>=2.1.10,<2.2.0',
|
||||
'openpyxl',
|
||||
'django-oauth-toolkit==1.2.*',
|
||||
'oauthlib==2.1.*',
|
||||
'oauthlib==3.1.*',
|
||||
'urllib3==1.24.*', # required by current requests
|
||||
'django-phonenumber-field==3.0.*',
|
||||
'phonenumberslite==8.10.*',
|
||||
|
||||
Reference in New Issue
Block a user