Changeset - 1513fdea03a7
[Not reviewed]
0 2 0
Branko Majic (branko) - 2 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
 
@@ -9,5 +9,6 @@ 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
 
@@ -79,7 +79,7 @@ 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
 
@@ -189,8 +189,9 @@ 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
 
@@ -241,7 +242,7 @@ 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
 
@@ -251,7 +252,7 @@ pip==24.0
 
    # via
 
    #   -r requirements.in
 
    #   pip-tools
 
setuptools==69.0.3
 
setuptools==69.1.0
 
    # via
 
    #   -r requirements.in
 
    #   nodeenv
0 comments (0 inline, 0 general)