community.docker/changelogs/fragments/872-ee-requests.yml
Felix Fontein b4e0ba9e5e
[stable-2] Fix docker_image tests with Docker SDK for Python 7.1.0; restrict requests in EE dependencies to < 2.32.0 (#872)
* Docker SDK for Python 7.1.0 also dropped support for API versions < 1.24.

* EE: restrict requests to < 2.32.0.
2024-05-26 19:43:47 +02:00

8 lines
565 B
YAML

bugfixes:
- "EE requirements - restrict ``requests`` dependency to ``< 2.32.0`` since later versions are incompatible with
Docker SDK for Python < 7.1.0, which we depend on (https://github.com/ansible-collections/community.docker/pull/872)."
known_issues:
- "EE requirements - ``requests < 2.32.0`` is vulnerable to `CVE-2024-35195 <https://github.com/advisories/GHSA-9wx4-h78v-vm56>`__.
This does not affect Docker SDK for Python, but might affect other users of ``requests``
(https://github.com/ansible-collections/community.docker/pull/872)."