mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Force PyYAML==5.3.1 in EE requirements.
This commit is contained in:
parent
dd9aeac0bd
commit
42b770588c
2
changelogs/fragments/671-pyyaml.yml
Normal file
2
changelogs/fragments/671-pyyaml.yml
Normal file
@ -0,0 +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)."
|
||||
@ -1,2 +1,3 @@
|
||||
docker
|
||||
docker-compose
|
||||
PyYAML==5.3.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user