Skip to content

Commit

Permalink
Upgrade djangorestframework 3.4.3 => 3.4.4
Browse files Browse the repository at this point in the history
3.4.3 had a bug that affected us:

encode/django-rest-framework#4371
  • Loading branch information
wylee committed Aug 16, 2016
1 parent 41b5bea commit ddd3f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

# Dependencies that are used in multiple places
deps = {
'djangorestframework': 'djangorestframework>=3.4.3',
'ldap3': 'ldap3>=1.2.2',
'djangorestframework': 'djangorestframework>=3.4.4',
}

setup(
Expand Down

0 comments on commit ddd3f17

Please sign in to comment.