Skip to content

Commit 2327bd2

Browse files
committed
Update requirements to oauthlib 0.6.0
1 parent 314d544 commit 2327bd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Django>=1.4
22
Sphinx==1.2b1
33
South==0.8.2
4-
oauthlib==0.5.1
4+
oauthlib==0.6.0
55
six==1.3.0
66
django-braces==1.2.2
77
coverage==3.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_version(package):
4646
'django>=1.4',
4747
'django-braces==1.2.2',
4848
'six==1.3.0',
49-
'oauthlib==0.5.1',
49+
'oauthlib==0.6.0',
5050
],
5151
zip_safe=False,
5252
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ commands={envpython} runtests.py
77
deps =
88
Sphinx==1.2b1
99
South==0.8.2
10-
oauthlib==0.5.1
10+
oauthlib==0.6.0
1111
six==1.3.0
1212
django-braces==1.2.2
1313
coverage==3.6

0 commit comments

Comments
 (0)