Skip to content

Commit

Permalink
fix: bump subprocess-tee to 0.3.5
Browse files Browse the repository at this point in the history
This prepares code towards being py310 compatible.

Related: #3260
  • Loading branch information
ssbarnea committed Oct 6, 2021
1 parent 2f59913 commit 54518f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54518f9

Please sign in to comment.