community.docker/plugins/module_utils
Felix Fontein 39f2e9b9c4
Make compatible with requests 2.29.0 and urllib3 2.0 (#613)
* Make compatible with requests 2.29.0.

* This fix should also work with urllib3 2.0 according to urllib3 maintainer.

* Add changelog fragment.

* We still need the constraint for CI until Docker SDK for Python has a new release with a fix.

* Make modifications to response_class as small as possible.

* Revert "We still need the constraint for CI until Docker SDK for Python has a new release with a fix."

This reverts commit 698d544a1e08308e8bf8b4e56ab78c5079f9a17b.

* The pip coming with the ansible-core 2.11 alpine3 image seems to be too old.
2023-05-05 22:09:02 +02:00
..
_api Make compatible with requests 2.29.0 and urllib3 2.0 (#613) 2023-05-05 22:09:02 +02:00
module_container fix: fix tmpfs_size and tmpfs_mode not being set (#580) 2023-02-10 14:05:09 +01:00
_scramble.py Add docker_container_copy_into module (#545) 2023-01-09 11:52:29 +01:00
common_api.py Fix imports. (#585) 2023-02-12 22:09:02 +01:00
common.py Fix imports. (#585) 2023-02-12 22:09:02 +01:00
copy.py Add docker_container_copy_into module (#545) 2023-01-09 11:52:29 +01:00
image_archive.py Make image archive/save idempotent, using image id and repo tags as keys (#500) 2022-11-30 23:45:36 +01:00
socket_handler.py Remove unneccessary imports (#575) 2023-02-09 15:25:45 +01:00
socket_helper.py Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#430) 2022-07-20 07:45:33 +02:00
swarm.py Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#430) 2022-07-20 07:45:33 +02:00
util.py Remove unneccessary imports (#575) 2023-02-09 15:25:45 +01:00
version.py Remove unneccessary imports (#575) 2023-02-09 15:25:45 +01:00