diff --git a/requirements.in b/requirements.in index 47d9c82..860c41a 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.18.0 +ansible-core==2.18.1 # Linting & Formatting ansible-lint==24.10.0 diff --git a/requirements.txt b/requirements.txt index e961b5e..ba20553 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ ansible-compat==24.10.0 # via # ansible-lint # molecule -ansible-core==2.18.0 +ansible-core==2.18.1 # via # -r requirements.in # ansible-compat @@ -286,7 +286,7 @@ six==1.16.0 # via twiggy snowballstemmer==2.2.0 # via sphinx -sphinx==7.4.7 +sphinx==8.1.3 # via # -r requirements.in # antsibull-docs