net/py-gspread: update to version 5.5.0
Changes:
- Use pathlib
- Migrate to drive API V3
- Implement eq method for Cell
- Add missing documentation on set_timeout
- Add method to transfer / accept ownership of a spreadsheet
- Add client_factory parameter to auth methods
- Fix list_protected_ranges
- Add function to convert column letter to column index
- Fix docstring name of named_range() param
- Fix grammar in docstring for client.export
- Many typo fixes to worksheet docstrings
- Fix function numericise_all
- Fix documentation about oauth_from_dict
- inherit_from_before option for insert_row/insert_rows
- add method to change the color of a tab
- docs: Fix a few typos
- Fix typo in Worksheet.batch_format method