Changeset - 1513fdea03a7
[Not reviewed]
0 2 0
Branko Majic (branko) - 3 months ago 2024-02-16 00:25:34
branko@majic.rs
MAR-194: Pin the sh library to older version for compatibility with Molecule.
2 files changed with 6 insertions and 4 deletions:
0 comments (0 inline, 0 general)
requirements.in
Show inline comments
 
@@ -6,8 +6,9 @@ molecule~=2.22.0
 
paramiko
 
pip
 
pip-tools
 
python-ldap
 
python-vagrant
 
setuptools
 
sh~=1.14.0
 
sphinx~=1.7.0
 
sphinx_rtd_theme~=0.4.0
requirements.txt
Show inline comments
 
@@ -76,13 +76,13 @@ fasteners==0.19
 
filelock==3.13.1
 
    # via virtualenv
 
flake8==7.0.0
 
    # via molecule
 
gimmecert==0.5.0
 
    # via -r requirements.in
 
identify==2.5.33
 
identify==2.5.34
 
    # via pre-commit
 
idna==3.6
 
    # via requests
 
imagesize==1.4.1
 
    # via sphinx
 
importlib-metadata==7.0.1
 
@@ -186,14 +186,15 @@ rich==13.7.0
 
    #   ansible-lint
 
    #   cookiecutter
 
ruamel-yaml==0.18.6
 
    # via ansible-lint
 
ruamel-yaml-clib==0.2.8
 
    # via ruamel-yaml
 
sh==2.0.6
 
sh==1.14.3
 
    # via
 
    #   -r requirements.in
 
    #   molecule
 
    #   python-gilt
 
shellingham==1.5.4
 
    # via click-completion
 
six==1.16.0
 
    # via
 
@@ -238,22 +239,22 @@ types-python-dateutil==2.8.19.20240106
 
urllib3==2.2.0
 
    # via requests
 
virtualenv==20.25.0
 
    # via pre-commit
 
wheel==0.42.0
 
    # via pip-tools
 
yamllint==1.34.0
 
yamllint==1.35.0
 
    # via molecule
 
zipp==3.17.0
 
    # via importlib-metadata
 

	
 
# The following packages are considered to be unsafe in a requirements file:
 
pip==24.0
 
    # via
 
    #   -r requirements.in
 
    #   pip-tools
 
setuptools==69.0.3
 
setuptools==69.1.0
 
    # via
 
    #   -r requirements.in
 
    #   nodeenv
 
    #   pip-tools
 
    #   sphinx
0 comments (0 inline, 0 general)