{Packaging} Bump pyopenssl to 26.0.0#33035
Conversation
Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 25.3.0 to 26.0.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](pyca/pyopenssl@25.3.0...26.0.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
️✔️AzureCLI-FullTest
|
|
Hi @bebound, |
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull request overview
This PR updates Azure CLI’s pinned dependency on pyOpenSSL to address the CVEs referenced in the PR description by bumping the version across all OS-specific Python 3 requirements files.
Changes:
- Bump
pyOpenSSLfrom25.3.0to26.0.0in Linux pinned requirements - Bump
pyOpenSSLfrom25.3.0to26.0.0in macOS pinned requirements - Bump
pyOpenSSLfrom25.3.0to26.0.0in Windows pinned requirements
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/azure-cli/requirements.py3.windows.txt | Updates Windows pinned dependency version for pyOpenSSL. |
| src/azure-cli/requirements.py3.Linux.txt | Updates Linux pinned dependency version for pyOpenSSL. |
| src/azure-cli/requirements.py3.Darwin.txt | Updates macOS pinned dependency version for pyOpenSSL. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bumps pyopenssl from 25.3.0 to 26.0.0.
close #32978
History Notes
[Core] Resolve CVE-2026-27448
[Core] Resolve CVE-2026-27459