Update oauthlib requirement from ==3.1.* to ==3.2.*

This commit is contained in:
Raphael Michel
2022-08-16 14:00:42 +02:00
parent cff882edc0
commit 95baca6920

View File

@@ -199,7 +199,7 @@ setup(
'markdown==3.3.4', # 3.3.5 requires importlib-metadata>=4.4, but django-bootstrap3 requires importlib-metadata<3.
# We can upgrade markdown again once django-bootstrap3 upgrades or once we drop Python 3.6 and 3.7
'mt-940==4.23.*',
'oauthlib==3.1.*',
'oauthlib==3.2.*',
'openpyxl==3.0.*',
'packaging',
'paypalrestsdk==1.13.*',