Saran Sappa
Saran Sappa
This changeset adds new entries to DOT11_PHY_TYPE_DICT, DOT11_AUTH_ALGORITHM_DICT and DOT11_CIPHER_ALGORITHM_DICT as per the following Microsoft documentation. https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/windot11/ne-windot11-_dot11_phy_type https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/wlantypes/ne-wlantypes-_dot11_auth_algorithm https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/wlantypes/ne-wlantypes-_dot11_cipher_algorithm
### Description For an empty worksheet, With gspread 5.3.2, `worksheet.get_all_values()` returns `[]` With gspread 6.1.4, `worksheet.get_all_values()` returns `[[]]` ### Steps to Reproduce Steps to reproduce the behavior: 1. Create an...