From e112af615a626ee7a7d330d210b38d826082d439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:44:08 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 3 updates Bumps the pip group with 3 updates in the / directory: [ansible-core](https://github.com/ansible/ansible), [pyopenssl](https://github.com/pyca/pyopenssl) and [pytest](https://github.com/pytest-dev/pytest). Bumps the pip group with 1 update in the /docs directory: [ansible-core](https://github.com/ansible/ansible). Updates `ansible-core` from 2.15.13 to 2.16.14rc1 - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.15.13...v2.16.14rc1) Updates `pyopenssl` from 24.2.1 to 26.0.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/24.2.1...26.0.0) Updates `pytest` from 8.3.3 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...9.0.3) Updates `ansible-core` from 2.15.13 to 2.16.14rc1 - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.15.13...v2.16.14rc1) --- updated-dependencies: - dependency-name: ansible-core dependency-version: 2.16.14rc1 dependency-type: direct:production dependency-group: pip - dependency-name: pyopenssl dependency-version: 26.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip - dependency-name: ansible-core dependency-version: 2.16.14rc1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- common-requirements.txt | 4 ++-- docs/doc-requirements.txt | 2 +- test-requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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