diff --git a/requirements.in b/requirements.in index d7fe06f..c6a0a2e 100644 --- a/requirements.in +++ b/requirements.in @@ -10,7 +10,7 @@ # This installed version can be overriden by running pytest with the --ansible-version command. # Ideally pytest would install another venv just for the test, but the pytest-virtualenv package # is ancient and incompatible with python 3.12. -ansible-core==2.16.6 +ansible-core==2.17.0 # Libraries used by modules proxmoxer==2.0.1 diff --git a/requirements.txt b/requirements.txt index 74ae7e2..1b68371 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ ansible-compat==24.6.1 # via # ansible-lint # molecule -ansible-core==2.16.6 +ansible-core==2.17.0 # via # -r requirements.in # ansible-compat