From 54518f9bb1e70e527eee135be9d96b29a88f37c2 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 6 Oct 2021 13:28:43 +0100 Subject: [PATCH] fix: bump subprocess-tee to 0.3.5 This prepares code towards being py310 compatible. Related: https://github.com/ansible-community/molecule/pull/3260 --- constraints.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index 5cc9f70b7..4bb8fe5b0 100644 --- a/constraints.txt +++ b/constraints.txt @@ -58,7 +58,7 @@ requests==2.26.0 rich==10.7.0 selinux==0.2.1 ; sys_platform == "linux" six==1.16.0 -subprocess-tee==0.3.2 +subprocess-tee==0.3.5 text-unidecode==1.3 toml==0.10.2 urllib3==1.26.6 diff --git a/setup.cfg b/setup.cfg index 374ee7713..0b18f50a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -80,7 +80,7 @@ install_requires = pluggy >= 0.7.1, < 2.0 PyYAML >= 5.1, < 6 rich >= 9.5.1 - subprocess-tee >= 0.3.2 + subprocess-tee >= 0.3.5 # selinux python module is needed as least by ansible-docker/podman modules # and allows us of isolated (default) virtualenvs. It does not avoid need # to install the system selinux libraries but it will provide a clear