Update port-for to 0.6.1
Created by: pyup-bot
This PR updates port-for from 0.4 to 0.6.1.
Changelog
0.6.1
----------
Bugfix
++++++
- Fixed typing definition for get_port function
0.6.0
----------
Feature
+++++++
- Added `get_port` helper that can randomly select open port out of given set, or range-tuple
- Added type annotations and compatibility with PEP 561
- Support only python 3.7 and up