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
 
ansible~=2.9.0
 
defusedxml
 
dnspython
 
gimmecert~=0.5.0
 
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
 
@@ -70,25 +70,25 @@ dnspython==2.5.0
 
docutils==0.20.1
 
    # via sphinx
 
exceptiongroup==1.2.0
 
    # via pytest
 
fasteners==0.19
 
    # via python-gilt
 
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
 
    # via build
 
iniconfig==2.0.0
 
    # via pytest
 
jinja2==3.1.3
 
    # via
 
    #   ansible
 
@@ -180,26 +180,27 @@ pyyaml==5.4.1
 
requests==2.31.0
 
    # via
 
    #   cookiecutter
 
    #   sphinx
 
rich==13.7.0
 
    # via
 
    #   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
 
    #   click-completion
 
    #   cryptography
 
    #   molecule
 
    #   paramiko
 
    #   pre-commit
 
    #   python-dateutil
 
@@ -232,28 +233,28 @@ tomli==2.0.1
 
    #   pyproject-hooks
 
    #   pytest
 
tree-format==0.1.2
 
    # via molecule
 
types-python-dateutil==2.8.19.20240106
 
    # via arrow
 
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)