Skip to content

Bump the pip group across 2 directories with 3 updates#3848

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pip-120b6315c0
Open

Bump the pip group across 2 directories with 3 updates#3848
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pip-120b6315c0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps the pip group with 3 updates in the / directory: ansible-core, pyopenssl and pytest.
Bumps the pip group with 1 update in the /docs directory: ansible-core.

Updates ansible-core from 2.15.13 to 2.16.14rc1

Commits

Updates pyopenssl from 24.2.1 to 26.0.0

Changelog

Sourced from pyopenssl's changelog.

26.0.0 (2026-03-15)

Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Dropped support for Python 3.7.
  • The minimum cryptography version is now 46.0.0.

Deprecations: ^^^^^^^^^^^^^

Changes: ^^^^^^^^

  • Added support for using aws-lc instead of OpenSSL.
  • Properly raise an error if a DTLS cookie callback returned a cookie longer than DTLS1_COOKIE_LENGTH bytes. Previously this would result in a buffer-overflow. Credit to dark_haxor for reporting the issue. CVE-2026-27459
  • Added OpenSSL.SSL.Connection.get_group_name to determine which group name was negotiated.
  • Context.set_tlsext_servername_callback now handles exceptions raised in the callback by calling sys.excepthook and returning a fatal TLS alert. Previously, exceptions were silently swallowed and the handshake would proceed as if the callback had succeeded. Credit to Leury Castillo for reporting this issue. CVE-2026-27448

25.3.0 (2025-09-16)

Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Deprecations: ^^^^^^^^^^^^^

Changes: ^^^^^^^^

  • Maximum supported cryptography version is now 46.x.

25.2.0 (2025-09-14)

Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • The minimum cryptography version is now 45.0.7.

Deprecations: ^^^^^^^^^^^^^

Changes: ^^^^^^^^

  • pyOpenSSL now sets SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER on connections by default, matching CPython's behavior.

... (truncated)

Commits
  • 358cbf2 Prepare for 26.0.0 release (#1487)
  • a8d28e7 Bump actions/cache from 4 to 5 (#1486)
  • 6fefff0 Add aws-lc compatibility to tests and CI (#1476)
  • a739f96 Bump actions/download-artifact from 8.0.0 to 8.0.1 (#1485)
  • 8b4c66b Bump actions/upload-artifact in /.github/actions/upload-coverage (#1484)
  • 02a5c78 Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#1483)
  • d973387 Bump actions/download-artifact from 7.0.0 to 8.0.0 (#1482)
  • 57f09bb Fix buffer overflow in DTLS cookie generation callback (#1479)
  • d41a814 Handle exceptions in set_tlsext_servername_callback callbacks (#1478)
  • 7b29beb Fix not using a cryptography wheel on uv (#1475)
  • Additional commits viewable in compare view

Updates pytest from 8.3.3 to 9.0.3

Release notes

Sourced from pytest's releases.

9.0.3

pytest 9.0.3 (2026-04-07)

Bug fixes

  • #12444: Fixed pytest.approx which now correctly takes into account ~collections.abc.Mapping keys order to compare them.

  • #13634: Blocking a conftest.py file using the -p no: option is now explicitly disallowed.

    Previously this resulted in an internal assertion failure during plugin loading.

    Pytest now raises a clear UsageError explaining that conftest files are not plugins and cannot be disabled via -p.

  • #13734: Fixed crash when a test raises an exceptiongroup with __tracebackhide__ = True.

  • #14195: Fixed an issue where non-string messages passed to unittest.TestCase.subTest() were not printed.

  • #14343: Fixed use of insecure temporary directory (CVE-2025-71176).

Improved documentation

  • #13388: Clarified documentation for -p vs PYTEST_PLUGINS plugin loading and fixed an incorrect -p example.
  • #13731: Clarified that capture fixtures (e.g. capsys and capfd) take precedence over the -s / --capture=no command-line options in Accessing captured output from a test function <accessing-captured-output>.
  • #14088: Clarified that the default pytest_collection hook sets session.items before it calls pytest_collection_finish, not after.
  • #14255: TOML integer log levels must be quoted: Updating reference documentation.

Contributor-facing changes

  • #12689: The test reports are now published to Codecov from GitHub Actions. The test statistics is visible on the web interface.

    -- by aleguy02

9.0.2

pytest 9.0.2 (2025-12-06)

Bug fixes

  • #13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.

    You may enable it again by passing -p terminalprogress. We may enable it by default again once compatibility improves in the future.

    Additionally, when the environment variable TERM is dumb, the escape codes are no longer emitted, even if the plugin is enabled.

  • #13904: Fixed the TOML type of the tmp_path_retention_count settings in the API reference from number to string.

  • #13946: The private config.inicfg attribute was changed in a breaking manner in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim. It will be deprecated in pytest 9.1 and removed in pytest 10.

... (truncated)

Commits

Updates ansible-core from 2.15.13 to 2.16.14rc1

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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](ansible/ansible@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](pyca/pyopenssl@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](pytest-dev/pytest@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](ansible/ansible@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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 13, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 13, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign valkyrie00 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 13, 2026

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openstack-k8s-operators member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@softwarefactory-project-zuul
Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/09284e6ce83a406fb356bd630e24f738

openstack-k8s-operators-content-provider RETRY_LIMIT in 2m 35s
⚠️ podified-multinode-edpm-deployment-crc SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
⚠️ cifmw-crc-podified-edpm-baremetal SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
⚠️ cifmw-crc-podified-edpm-baremetal-minor-update SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
✔️ noop SUCCESS in 0s
cifmw-pod-ansible-test FAILURE in 4m 16s
cifmw-pod-pre-commit FAILURE in 4m 28s
cifmw-molecule-adoption_osp_deploy RETRY_LIMIT in 2m 48s
cifmw-molecule-artifacts RETRY_LIMIT in 2m 50s
cifmw-molecule-build_containers RETRY_LIMIT in 2m 40s
cifmw-molecule-build_openstack_packages RETRY_LIMIT in 2m 47s
cifmw-molecule-cert_manager RETRY_LIMIT in 2m 52s
✔️ cifmw-molecule-ci_dcn_site SUCCESS in 2m 23s
cifmw-molecule-ci_gen_kustomize_values RETRY_LIMIT in 2m 47s
cifmw-molecule-ci_local_storage RETRY_LIMIT in 2m 31s
✔️ cifmw-molecule-ci_lvms_storage SUCCESS in 2m 03s
cifmw-molecule-ci_multus RETRY_LIMIT in 20m 49s
cifmw-molecule-ci_network RETRY_LIMIT in 2m 58s
cifmw-molecule-ci_nmstate RETRY_LIMIT in 18m 32s
cifmw-molecule-ci_setup RETRY_LIMIT in 2m 37s
cifmw-molecule-cifmw_block_device RETRY_LIMIT in 2m 49s
cifmw-molecule-cifmw_ceph_client RETRY_LIMIT in 2m 37s
cifmw-molecule-cifmw_ceph_spec RETRY_LIMIT in 2m 44s
cifmw-molecule-cifmw_cephadm RETRY_LIMIT in 2m 59s
cifmw-molecule-cifmw_create_admin RETRY_LIMIT in 2m 48s
✔️ cifmw-molecule-cifmw_external_dns SUCCESS in 2m 07s
cifmw-molecule-cifmw_helpers RETRY_LIMIT in 2m 48s
✔️ cifmw-molecule-cifmw_nfs SUCCESS in 2m 00s
cifmw-molecule-cifmw_ntp RETRY_LIMIT in 2m 41s
✔️ cifmw-molecule-cifmw_setup SUCCESS in 2m 01s
cifmw-molecule-cifmw_snr_nhc RETRY_LIMIT in 2m 52s
cifmw-molecule-cifmw_test_role RETRY_LIMIT in 2m 26s
✔️ cifmw-molecule-cleanup_openstack SUCCESS in 2m 02s
cifmw-molecule-compliance RETRY_LIMIT in 2m 44s
cifmw-molecule-config_drive RETRY_LIMIT in 2m 49s
cifmw-molecule-copy_container RETRY_LIMIT in 2m 59s
cifmw-molecule-deploy_bmh RETRY_LIMIT in 2m 39s
✔️ cifmw-molecule-deploy_loki SUCCESS in 2m 04s
cifmw-molecule-devscripts RETRY_LIMIT in 2m 33s
cifmw-molecule-discover_latest_image RETRY_LIMIT in 2m 55s
cifmw-molecule-dlrn_promote RETRY_LIMIT in 2m 32s
cifmw-molecule-dlrn_report RETRY_LIMIT in 2m 50s
cifmw-molecule-dnsmasq RETRY_LIMIT in 2m 50s
cifmw-molecule-edpm_build_images RETRY_LIMIT in 2m 45s
cifmw-molecule-edpm_deploy RETRY_LIMIT in 2m 30s
cifmw-molecule-edpm_deploy_baremetal RETRY_LIMIT in 2m 34s
cifmw-molecule-edpm_kustomize RETRY_LIMIT in 2m 43s
cifmw-molecule-edpm_prepare RETRY_LIMIT in 2m 29s
✔️ cifmw-molecule-edpm_ssh_info SUCCESS in 1m 56s
cifmw-molecule-env_op_images RETRY_LIMIT in 2m 50s
✔️ cifmw-molecule-fdp_update_container_images SUCCESS in 2m 04s
✔️ cifmw-molecule-fdp_update_edpm SUCCESS in 2m 08s
✔️ cifmw-molecule-federation SUCCESS in 2m 06s
✔️ cifmw-molecule-fix_python_encodings SUCCESS in 1m 58s
cifmw-molecule-hci_prepare RETRY_LIMIT in 2m 52s
cifmw-molecule-hive RETRY_LIMIT in 2m 50s
cifmw-molecule-idrac_configuration RETRY_LIMIT in 2m 55s
cifmw-molecule-install_ca RETRY_LIMIT in 2m 41s
cifmw-molecule-install_openstack_ca NODE_FAILURE Node request 100-0008209296 failed in 0s
cifmw-molecule-install_yamls RETRY_LIMIT in 2m 43s
✔️ cifmw-molecule-ipa SUCCESS in 2m 19s
✔️ cifmw-molecule-krb_request SUCCESS in 2m 00s
cifmw-molecule-kustomize_deploy RETRY_LIMIT in 2m 45s
cifmw-molecule-libvirt_manager RETRY_LIMIT in 2m 32s
cifmw-molecule-manage_secrets RETRY_LIMIT in 2m 29s
cifmw-molecule-mirror_registry RETRY_LIMIT in 2m 46s
cifmw-molecule-nat64_appliance RETRY_LIMIT in 2m 38s
cifmw-molecule-networking_mapper RETRY_LIMIT in 2m 38s
✔️ cifmw-molecule-openshift_adm SUCCESS in 2m 05s
cifmw-molecule-openshift_login RETRY_LIMIT in 2m 37s
cifmw-molecule-openshift_obs RETRY_LIMIT in 2m 48s
cifmw-molecule-openshift_provisioner_node RETRY_LIMIT in 2m 39s
cifmw-molecule-openshift_setup RETRY_LIMIT in 2m 01s
cifmw-molecule-operator_build RETRY_LIMIT in 2m 51s
cifmw-molecule-operator_deploy RETRY_LIMIT in 2m 17s
cifmw-molecule-os_must_gather RETRY_LIMIT in 17m 57s
cifmw-molecule-os_net_setup RETRY_LIMIT in 2m 07s
✔️ cifmw-molecule-ovirt SUCCESS in 2m 03s
✔️ cifmw-molecule-pcp_metrics SUCCESS in 1m 59s
cifmw-molecule-pkg_build RETRY_LIMIT in 2m 24s
cifmw-molecule-podman RETRY_LIMIT in 2m 08s
✔️ cifmw-molecule-polarion SUCCESS in 2m 01s
cifmw-molecule-radvd RETRY_LIMIT in 2m 00s
✔️ cifmw-molecule-recognize_ssh_keypair SUCCESS in 2m 03s
cifmw-molecule-registry_deploy RETRY_LIMIT in 2m 22s
cifmw-molecule-repo_setup RETRY_LIMIT in 2m 50s
cifmw-molecule-reportportal RETRY_LIMIT in 2m 27s
cifmw-molecule-reproducer RETRY_LIMIT in 2m 03s
cifmw-molecule-rhol_crc RETRY_LIMIT in 2m 23s
cifmw-molecule-run_hook RETRY_LIMIT in 2m 23s
cifmw-molecule-set_openstack_containers RETRY_LIMIT in 23m 01s
cifmw-molecule-shiftstack RETRY_LIMIT in 1m 59s
cifmw-molecule-ssh_jumper RETRY_LIMIT in 2m 04s
cifmw-molecule-sushy_emulator RETRY_LIMIT in 2m 28s
✔️ cifmw-molecule-switch_config SUCCESS in 2m 39s
cifmw-molecule-tempest RETRY_LIMIT in 2m 18s
cifmw-molecule-test_deps RETRY_LIMIT in 2m 20s
cifmw-molecule-test_operator RETRY_LIMIT in 2m 04s
cifmw-molecule-tofu RETRY_LIMIT in 1m 59s
cifmw-molecule-update RETRY_LIMIT in 2m 07s
cifmw-molecule-update_containers RETRY_LIMIT in 2m 12s
cifmw-molecule-validations RETRY_LIMIT in 2m 02s
cifmw-molecule-virtualbmc RETRY_LIMIT in 2m 15s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file needs-ok-to-test python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants