ansible/changelogs/fragments/74659-update-six.yml
Matt Martz d6e28e6859
Update vendored copy of six to 1.16.0 (#74680)
* Update to six 1.16.0

* Address linting issues

* Remove six find_spex/exec_module warning filters

* Remove unnecessary comment about Py2.6, 2.13 will not support Py2.6, and we're bumping this for 2.12

* ci_complete

* Add changelog fragment
2021-05-12 16:26:48 -05:00

5 lines
188 B
YAML

minor_changes:
- Update vendored copy of ``six`` to 1.16.0 to eliminate warnings for deprecated
python loader methods in Python 3.10+
(https://github.com/ansible/ansible/issues/74659)