Let's try <= instead of ==.

This commit is contained in:
Felix Fontein 2023-07-19 17:38:35 +02:00
parent 42b770588c
commit 31ab7521b4
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
bugfixes: 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)."

View File

@ -1,3 +1,3 @@
docker docker
docker-compose docker-compose
PyYAML==5.3.1 PyYAML <= 5.3.1