Update python-decorator to 4.3.2
Changes
- Fixed a regression with decorator factories breaking the case with no arguments by going back to the syntax used in version 4.2.
- Now the decorator module can decorate generator functions by preserving their being generator functions.
- Extended the decorator family facility to work with positional arguments and updated the documentation. Removed decorator.getargspec and provided decorator.getfullargspec instead.