From 99b97affdda3a6664f42304e87f2b9b8ea05d1f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:30:14 +0000 Subject: [PATCH] chore(deps): bump pyopenssl from 24.2.1 to 26.3.0 in /agents/hyperhealth Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 24.2.1 to 26.3.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/24.2.1...26.3.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.3.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 e889e9ad..638f871d 100644 --- a/agents/hyperhealth/requirements.txt +++ b/agents/hyperhealth/requirements.txt @@ -10,5 +10,5 @@ pydantic-settings==2.5.2 prometheus-client==0.21.0 slowapi==0.1.9 structlog==24.4.0 -pyOpenSSL==24.2.1 +pyOpenSSL==26.3.0 python-multipart==0.0.24