diff --git a/requirements.in b/requirements.in index 6890b5b..49cd4c9 100644 --- a/requirements.in +++ b/requirements.in @@ -4,7 +4,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.17.1 +ansible-core==2.17.2 # Linting & Formatting ansible-lint==24.7.0 diff --git a/requirements.txt b/requirements.txt index e3c1982..f74c0f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ ansible-compat==24.7.0 # via # ansible-lint # molecule -ansible-core==2.17.1 +ansible-core==2.17.2 # via # -r requirements.in # ansible-compat