pipx: add state latest (#5105) (#5125)

* pipx: add state latest

* add changelog fragment

* Update plugins/modules/packaging/language/pipx.py

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 3c960ac620)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2022-08-18 13:11:39 +02:00 committed by GitHub
commit a509c08b3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 128 additions and 49 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- pipx - added state ``latest`` to the module (https://github.com/ansible-collections/community.general/pull/5105).