Update `wp-cli/php-cli-tools` by bor0 · Pull Request #6021 · wp-cli/wp-cli

Use a more recent version of php-cli-tools to address PHP 8.4 warnings.

bor0:~/dev/www$ ~/dev/wp-cli/bin/wp plugin list
PHP Deprecated:  cli\Table::__construct(): Implicitly marking parameter $headers as nullable is deprecated, the explicit nullable type must be used instead in /Users/bor0/dev/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Table.php on line 47
Deprecated: cli\Table::__construct(): Implicitly marking parameter $headers as nullable is deprecated, the explicit nullable type must be used instead in /Users/bor0/dev/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Table.php on line 47
PHP Deprecated:  cli\Table::__construct(): Implicitly marking parameter $rows as nullable is deprecated, the explicit nullable type must be used instead in /Users/bor0/dev/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Table.php on line 47
Deprecated: cli\Table::__construct(): Implicitly marking parameter $rows as nullable is deprecated, the explicit nullable type must be used instead in /Users/bor0/dev/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Table.php on line 47
PHP Deprecated:  cli\Table::__construct(): Implicitly marking parameter $footers as nullable is deprecated, the explicit nullable type must be used instead in /Users/bor0/dev/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Table.php on line 47
Deprecated: cli\Table::__construct(): Implicitly marking parameter $footers as nullable is deprecated, the explicit nullable type must be used instead in /Users/bor0/dev/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Table.php on line 47
+------------------------------------------+----------+------------------------------+-----------+----------------+-------------+
| name                                     | status   | update                       | version   | update_version | auto_update |
+------------------------------------------+----------+------------------------------+-----------+----------------+-------------+
| Basic-Auth                               | inactive | none                         | 0.1       |                | off         |
| keyring                                  | inactive | none                         | 3.0       |                | off         |
| woocommerce                              | inactive | version higher than expected | 9.6.0-dev |                | off         |
+------------------------------------------+----------+------------------------------+-----------+----------------+-------------+

With this PR, the warnings are gone.