CI: Run some tests with the latest development versions of Docker SDK for Python, requests, and urllib3 (#902)

* Run some tests with the latest development versions of Docker SDK for Python, requests, and urllib3.

* Use LooseVersion instead of StrictVersion to parse urllib3 versions.
This commit is contained in:
Felix Fontein
2024-06-29 18:57:08 +02:00
committed by GitHub
parent 165571f5cf
commit 81cabbf697
9 changed files with 73 additions and 11 deletions
@@ -0,0 +1,2 @@
bugfixes:
- "vendored Docker SDK for Python - use ``LooseVersion`` instead of ``StrictVersion`` to compare urllib3 versions. This is needed for development versions (https://github.com/ansible-collections/community.docker/pull/902)."