Skip to content

Commit 2402be0

Browse files
johndoh1592synasius
authored andcommitted
updated oauthlib version to 1.1.2
1 parent 0757a8f commit 2402be0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Sphinx==1.3.3
2-
oauthlib==1.0.3
2+
oauthlib==1.1.2
33
django-braces==1.8.1
44
six

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_version(package):
5252
install_requires=[
5353
'django>=1.7',
5454
'django-braces>=1.8.1',
55-
'oauthlib==1.0.3',
55+
'oauthlib==1.1.2',
5656
'six',
5757
],
5858
zip_safe=False,

0 commit comments

Comments
 (0)