pyinvoke / invocations

Reusable Invoke tasks
http://invocations.readthedocs.io
BSD 2-Clause "Simplified" License
163 stars 28 forks source link

FIX: Loosen version pin on tabulate package #35

Closed shanx closed 2 months ago

shanx commented 1 year ago

This PR loosens a too restrictive version pin on the tabulate package too allow invocations to be used in projects that use:

invocations makes very basic use of tabulate in a single place: https://github.com/pyinvoke/invocations/blob/8a693df9b5fd2283cfb460cb44f66714bc83e3fb/invocations/packaging/release.py#L276 which should not be impacted by a newer version.