From 31ab7521b42c7d4c030349fc671de6806216212c Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 19 Jul 2023 17:38:35 +0200 Subject: [PATCH] Let's try <= instead of ==. --- changelogs/fragments/671-pyyaml.yml | 2 +- meta/ee-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/fragments/671-pyyaml.yml b/changelogs/fragments/671-pyyaml.yml index 04c0326b..43de927e 100644 --- a/changelogs/fragments/671-pyyaml.yml +++ b/changelogs/fragments/671-pyyaml.yml @@ -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)." diff --git a/meta/ee-requirements.txt b/meta/ee-requirements.txt index 0ce57890..9e3f196e 100644 --- a/meta/ee-requirements.txt +++ b/meta/ee-requirements.txt @@ -1,3 +1,3 @@ docker docker-compose -PyYAML==5.3.1 +PyYAML <= 5.3.1