mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Let's try <= instead of ==.
This commit is contained in:
parent
42b770588c
commit
31ab7521b4
@ -1,2 +1,2 @@
|
||||
bugfixes:
|
||||
- "Execution Environment Python requirements - force ``PyYAML==5.3.1``, which is compatible to both docker-compose v1 (part of the community.docker 2.x.y EE requirements) and Cython 3.0.0 (https://github.com/ansible-collections/community.docker/pull/671)."
|
||||
- "Execution Environment Python requirements - force ``PyYAML <= 5.3.1``, which is compatible to both docker-compose v1 (part of the community.docker 2.x.y EE requirements) and Cython 3.0.0 (https://github.com/ansible-collections/community.docker/pull/671)."
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
docker
|
||||
docker-compose
|
||||
PyYAML==5.3.1
|
||||
PyYAML <= 5.3.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user