From 59730365088c41678486a4c8387a88bc8cac7c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:01:33 +0000 Subject: [PATCH] chore(deps): bump pyopenssl from 24.1.0 to 26.1.0 in /agents/hyperhealth Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 24.1.0 to 26.1.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/24.1.0...26.1.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- agents/hyperhealth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/hyperhealth/requirements.txt b/agents/hyperhealth/requirements.txt index ef0ad559..c7cb1363 100644 --- a/agents/hyperhealth/requirements.txt +++ b/agents/hyperhealth/requirements.txt @@ -10,5 +10,5 @@ pydantic-settings==2.14.0 prometheus-client==0.24.1 slowapi==0.1.9 structlog==24.1.0 -pyOpenSSL==24.1.0 +pyOpenSSL==26.1.0 python-multipart==0.0.24