diff --git a/common-requirements.txt b/common-requirements.txt index 32872e932..4932e6738 100644 --- a/common-requirements.txt +++ b/common-requirements.txt @@ -1,7 +1,7 @@ -ansible-core==2.15.13 +ansible-core==2.16.14rc1 oauthlib==3.2.2 kubernetes==35.0.0 kubernetes-validate==1.35.0 openstacksdk==4.1.0 jsonschema==4.23.0 -pyOpenSSL==24.2.1 +pyOpenSSL==26.0.0 diff --git a/docs/doc-requirements.txt b/docs/doc-requirements.txt index 0bae27209..0c1c60d98 100644 --- a/docs/doc-requirements.txt +++ b/docs/doc-requirements.txt @@ -5,5 +5,5 @@ Pygments>=2.2.0 reno>=2.5.0 sphinxemoji myst-parser[linkify] -ansible-core==2.15.13 +ansible-core==2.16.14rc1 ansible-doc-extractor diff --git a/test-requirements.txt b/test-requirements.txt index f69ccac04..fd2561ca0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -ansible-core==2.15.13 +ansible-core==2.16.14rc1 # Molecule Deps molecule==5.1.0 @@ -11,7 +11,7 @@ netaddr==1.3.0 # required by libvirt_manager role dnspython==2.7.0 # required by community.general.dig # UT Deps -pytest==8.3.3 +pytest==9.0.3 pytest-cov==6.0.0 pytest-html==4.1.1 pytest-testinfra==10.1.1