Skip to content

Commit

Permalink
update ansible version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed Dec 22, 2023
1 parent 5fd7861 commit 37166ed
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 51 deletions.
Binary file removed dist/tcharl_ansible_users-0.1.0-py3-none-any.whl
Binary file not shown.
Binary file removed dist/tcharl_ansible_users-0.1.0.tar.gz
Binary file not shown.
230 changes: 196 additions & 34 deletions poetry.lock

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@ packages = [

[tool.poetry.dependencies]
python = ">3.10"
ansible = "^7.5.0"
ansible = "^9.1.0"
jmespath = "^1.0.1"
netaddr = "^0.8.0"

[tool.poetry.group.dev.dependencies]
ansible-compat = "*"
flake8 = "*"
yamllint = "*"
pytest-testinfra = "*"
molecule-plugins = {version = "*", extras = ["podman"]}
ansible-lint = "*"
ansible-lint = {version = "^v6.22.1", markers = "platform_system != 'Windows'" }

[build-system]
requires = ["poetry-core"]
Expand Down
27 changes: 16 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
ansible-compat==4.1.10 ; python_full_version > "3.10.0"
ansible-core==2.14.13 ; python_full_version > "3.10.0"
ansible-lint==6.8.7 ; python_full_version > "3.10.0"
ansible==7.7.0 ; python_full_version > "3.10.0"
ansible-core==2.16.2 ; python_full_version > "3.10.0"
ansible-lint==6.22.1 ; platform_system != "Windows" and python_full_version > "3.10.0"
ansible==9.1.0 ; python_full_version > "3.10.0"
attrs==23.1.0 ; python_full_version > "3.10.0"
black==23.12.0 ; python_full_version > "3.10.0"
black==23.12.0 ; platform_system != "Windows" and python_full_version > "3.10.0"
bracex==2.4 ; python_full_version > "3.10.0"
certifi==2023.11.17 ; platform_system != "Windows" and python_full_version > "3.10.0"
cffi==1.16.0 ; python_full_version > "3.10.0"
charset-normalizer==3.3.2 ; platform_system != "Windows" and python_full_version > "3.10.0"
click-help-colors==0.9.4 ; python_full_version > "3.10.0"
click==8.1.7 ; python_full_version > "3.10.0"
colorama==0.4.6 ; python_full_version > "3.10.0" and (sys_platform == "win32" or platform_system == "Windows")
cryptography==41.0.7 ; python_full_version > "3.10.0"
enrich==1.2.7 ; python_full_version > "3.10.0"
exceptiongroup==1.2.0 ; python_version < "3.11" and python_full_version > "3.10.0"
filelock==3.13.1 ; python_full_version > "3.10.0"
filelock==3.13.1 ; platform_system != "Windows" and python_full_version > "3.10.0"
flake8==6.1.0 ; python_full_version > "3.10.0"
idna==3.6 ; platform_system != "Windows" and python_full_version > "3.10.0"
iniconfig==2.0.0 ; python_full_version > "3.10.0"
jinja2==3.1.2 ; python_full_version > "3.10.0"
jmespath==1.0.1 ; python_full_version > "3.10.0"
Expand All @@ -25,11 +28,11 @@ mccabe==0.7.0 ; python_full_version > "3.10.0"
mdurl==0.1.2 ; python_full_version > "3.10.0"
molecule-plugins[podman]==23.5.0 ; python_full_version > "3.10.0"
molecule==6.0.3 ; python_full_version > "3.10.0"
mypy-extensions==1.0.0 ; python_full_version > "3.10.0"
mypy-extensions==1.0.0 ; platform_system != "Windows" and python_full_version > "3.10.0"
netaddr==0.8.0 ; python_full_version > "3.10.0"
packaging==23.2 ; python_full_version > "3.10.0"
pathspec==0.12.1 ; python_full_version > "3.10.0"
platformdirs==4.1.0 ; python_full_version > "3.10.0"
platformdirs==4.1.0 ; platform_system != "Windows" and python_full_version > "3.10.0"
pluggy==1.3.0 ; python_full_version > "3.10.0"
pycodestyle==2.11.1 ; python_full_version > "3.10.0"
pycparser==2.21 ; python_full_version > "3.10.0"
Expand All @@ -39,13 +42,15 @@ pytest-testinfra==10.0.0 ; python_full_version > "3.10.0"
pytest==7.4.3 ; python_full_version > "3.10.0"
pyyaml==6.0.1 ; python_full_version > "3.10.0"
referencing==0.32.0 ; python_full_version > "3.10.0"
resolvelib==0.8.1 ; python_full_version > "3.10.0"
requests==2.31.0 ; platform_system != "Windows" and python_full_version > "3.10.0"
resolvelib==1.0.1 ; python_full_version > "3.10.0"
rich==13.7.0 ; python_full_version > "3.10.0"
rpds-py==0.15.2 ; python_full_version > "3.10.0"
ruamel-yaml-clib==0.2.8 ; platform_python_implementation == "CPython" and python_version < "3.13" and python_full_version > "3.10.0"
ruamel-yaml==0.17.40 ; python_full_version > "3.10.0"
ruamel-yaml-clib==0.2.8 ; platform_python_implementation == "CPython" and python_version < "3.13" and platform_system != "Windows" and python_full_version > "3.10.0"
ruamel-yaml==0.18.5 ; platform_system != "Windows" and python_full_version > "3.10.0"
subprocess-tee==0.4.1 ; python_full_version > "3.10.0"
tomli==2.0.1 ; python_version < "3.11" and python_full_version > "3.10.0"
typing-extensions==4.9.0 ; python_version < "3.11" and python_full_version > "3.10.0"
typing-extensions==4.9.0 ; platform_system != "Windows" and python_full_version > "3.10.0" and python_version < "3.11"
urllib3==2.1.0 ; platform_system != "Windows" and python_full_version > "3.10.0"
wcmatch==8.5 ; python_full_version > "3.10.0"
yamllint==1.33.0 ; python_full_version > "3.10.0"
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ansible-core==2.14.13 ; python_full_version > "3.10.0"
ansible==7.7.0 ; python_full_version > "3.10.0"
ansible-core==2.16.2 ; python_full_version > "3.10.0"
ansible==9.1.0 ; python_full_version > "3.10.0"
cffi==1.16.0 ; python_full_version > "3.10.0"
cryptography==41.0.7 ; python_full_version > "3.10.0"
jinja2==3.1.2 ; python_full_version > "3.10.0"
Expand All @@ -9,4 +9,4 @@ netaddr==0.8.0 ; python_full_version > "3.10.0"
packaging==23.2 ; python_full_version > "3.10.0"
pycparser==2.21 ; python_full_version > "3.10.0"
pyyaml==6.0.1 ; python_full_version > "3.10.0"
resolvelib==0.8.1 ; python_full_version > "3.10.0"
resolvelib==1.0.1 ; python_full_version > "3.10.0"

0 comments on commit 37166ed

Please sign in to comment.