ansible-core: updated to 2.20.4
v2.20.4
Minor Changes
- ansible-test - Add container/remote aliases for more loosely specifying managed test environments.
- ansible-test - Add support for using the Ansible Core CI service from GitHub Actions.
Bugfixes
- Fix up ``powershell`` shell commands when using a connection plugin that does not support stdin/pipeline input - https://github.com/ansible/ansible/issues/86397
- ansible-connection - Prevent unpickling failures in module contexts by ensuring that AnsibleTaggedObjects in pickled responses are converted to plain types in ``JsonRpcServer``.
- config lookup now uses preexisting constants for templating when needed.
- rpm_key - Use librpm library API instead of gpg utility to support version 6 PGP keys (https://github.com/ansible/ansible/issues/86157).
- yaml loading - Fix traceback when parsing YAML strings (not files) when using the pure Python implementation of PyYAML.
py-dateparser: updated to 1.4.0
1.4.0 (2026-03-26)
Security fixes:
- Remove import-time loading of timezone offset data from pickle to prevent
unsafe deserialization from packaged data
- Replace ``eval()`` use when parsing ``no_word_spacing`` with strict boolean
parsing to prevent code execution from locale metadata
New features:
- Add support for expressions like "N {interval} from now" in English
- Add support for the ``en-US`` locale
Fixes:
- Honor ``REQUIRE_PARTS`` for ambiguous month-number inputs by retrying with a
[10 lines not shown]
py-requests: updated to 2.33.1
2.33.1 (2026-03-30)
**Bugfixes**
- Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary
files in the tmp directory.
- Fixed Content-Type header parsing for malformed values.
- Improved error consistency for malformed header values.
libkvm _kvm_ureadm: fix an integer overflow
this has been broken since the initial uvm supporT in 1998.
I suppose it was rare to use >2GB swap in that era.
gnucash: update to 5.15.
Version history:
------- -------
5.15 - 29 March 2026
Between 5.14 and 5.15, the following bugfixes were accomplished:
Bug 666536 - smallest fraction of KRW is invalid
Bug 798122 - Message about unable to balance transaction: Implement better can't-balance
messages for scheduled transactions with more than one template transaction.
Bug 798873 - Crash when scrubbing after "undoing" changes
Bug 799705 - Remove Old Prices by Namespace: Display namespaces and allow selecting particular
namespaces in the Remove Old Prices dialog.
Bug 799706 - Rename Namespace: Add a rename namespace button to the Security editor that is
enabled by the selection of a namespace row in the tree view.
Bug 799713 - Account Editor changes account color to gray when default selected.
Bug 799722 - Inconsistent wording: Bill and Invoice: Use "Business Item" in messages that could
apply to any of Bill, Credit Note, or Invoice, including where we reuse the same
message in different cases.
[54 lines not shown]