Changeset - 4be01724c0f8
[Not reviewed]
0 2 0
Branko Majic (branko) - 4 months ago 2025-07-20 09:45:20
branko@majic.rs
MAR-245: Update site requirements for development (nothing breaking/major), fix version specified in documentation.
2 files changed with 23 insertions and 22 deletions:
0 comments (0 inline, 0 general)
docs/about.rst
Show inline comments
 
@@ -15,7 +15,7 @@ Roles are written for use with *Debian GNU/Linux*. For more details on
 
supported releases, see :ref:`rolereference`.
 

	
 
At the moment, the roles have been written for and tested against **Ansible
 
10.4.x**.
 
11.5.x**.
 

	
 
The roles also utilise the ``ipv4/ipv6`` lookup plugins which require
 
``netaddr`` package to be installed. The ``passlib`` package is used
requirements.txt
Show inline comments
 
@@ -8,17 +8,17 @@ alabaster==1.0.0
 
    # via sphinx
 
ansible==11.5.0
 
    # via -r requirements.in
 
ansible-compat==25.1.5
 
ansible-compat==25.6.0
 
    # via
 
    #   ansible-lint
 
    #   molecule
 
ansible-core==2.18.5
 
ansible-core==2.18.7
 
    # via
 
    #   ansible
 
    #   ansible-compat
 
    #   ansible-lint
 
    #   molecule
 
ansible-lint==25.4.0
 
ansible-lint==25.6.1
 
    # via -r requirements.in
 
attrs==25.3.0
 
    # via
 
@@ -30,11 +30,11 @@ bcrypt==4.3.0
 
    # via paramiko
 
black==25.1.0
 
    # via ansible-lint
 
bracex==2.5.post1
 
bracex==2.6
 
    # via wcmatch
 
build==1.2.2.post1
 
    # via pip-tools
 
certifi==2025.4.26
 
certifi==2025.7.14
 
    # via requests
 
cffi==1.17.1
 
    # via
 
@@ -42,7 +42,7 @@ cffi==1.17.1
 
    #   pynacl
 
charset-normalizer==3.4.2
 
    # via requests
 
click==8.2.0
 
click==8.2.1
 
    # via
 
    #   black
 
    #   click-help-colors
 
@@ -65,7 +65,7 @@ enrich==1.2.7
 
    # via molecule
 
filelock==3.18.0
 
    # via ansible-lint
 
flake8==7.2.0
 
flake8==7.3.0
 
    # via -r requirements.in
 
gimmecert==1.0.0
 
    # via -r requirements.in
 
@@ -82,7 +82,7 @@ jinja2==3.1.6
 
    #   ansible-core
 
    #   molecule
 
    #   sphinx
 
jsonschema==4.23.0
 
jsonschema==4.25.0
 
    # via
 
    #   ansible-compat
 
    #   ansible-lint
 
@@ -130,7 +130,7 @@ pip-tools==7.4.1
 
    # via -r requirements.in
 
platformdirs==4.3.8
 
    # via black
 
pluggy==1.5.0
 
pluggy==1.6.0
 
    # via
 
    #   molecule
 
    #   pytest
 
@@ -140,14 +140,15 @@ pyasn1==0.6.1
 
    #   python-ldap
 
pyasn1-modules==0.4.2
 
    # via python-ldap
 
pycodestyle==2.13.0
 
pycodestyle==2.14.0
 
    # via flake8
 
pycparser==2.22
 
    # via cffi
 
pyflakes==3.3.2
 
pyflakes==3.4.0
 
    # via flake8
 
pygments==2.19.1
 
pygments==2.19.2
 
    # via
 
    #   pytest
 
    #   rich
 
    #   sphinx
 
pynacl==1.5.0
 
@@ -156,7 +157,7 @@ pyproject-hooks==1.2.0
 
    # via
 
    #   build
 
    #   pip-tools
 
pytest==8.3.5
 
pytest==8.4.1
 
    # via
 
    #   pytest-env
 
    #   pytest-testinfra
 
@@ -182,7 +183,7 @@ referencing==0.36.2
 
    #   ansible-lint
 
    #   jsonschema
 
    #   jsonschema-specifications
 
requests==2.32.3
 
requests==2.32.4
 
    # via sphinx
 
resolvelib==1.0.1
 
    # via ansible-core
 
@@ -192,11 +193,11 @@ rich==14.0.0
 
    #   molecule
 
roman-numerals-py==3.1.0
 
    # via sphinx
 
rpds-py==0.24.0
 
rpds-py==0.26.0
 
    # via
 
    #   jsonschema
 
    #   referencing
 
ruamel-yaml==0.18.10
 
ruamel-yaml==0.18.14
 
    # via ansible-lint
 
ruamel-yaml-clib==0.2.12
 
    # via ruamel-yaml
 
@@ -232,11 +233,11 @@ subprocess-tee==0.4.2
 
    # via
 
    #   ansible-compat
 
    #   ansible-lint
 
typing-extensions==4.13.2
 
typing-extensions==4.14.1
 
    # via referencing
 
urllib3==2.4.0
 
urllib3==2.5.0
 
    # via requests
 
wcmatch==10.0
 
wcmatch==10.1
 
    # via
 
    #   ansible-lint
 
    #   molecule
 
@@ -244,7 +245,7 @@ wheel==0.45.1
 
    # via pip-tools
 
yamllint==1.37.1
 
    # via ansible-lint
 
zipp==3.21.0
 
zipp==3.23.0
 
    # via importlib-metadata
 

	
 
# The following packages are considered to be unsafe in a requirements file:
 
@@ -252,7 +253,7 @@ pip==25.1.1
 
    # via
 
    #   -r requirements.in
 
    #   pip-tools
 
setuptools==80.4.0
 
setuptools==80.9.0
 
    # via
 
    #   -r requirements.in
 
    #   pip-tools
0 comments (0 inline, 0 general)