From 7a783a1a23bb5239f873427a570a7c535e82e509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:44:04 +0000 Subject: [PATCH] Bump pyopenssl from 25.0.0 to 26.0.0 in /behave_framework Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 25.0.0 to 26.0.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/25.0.0...26.0.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- behave_framework/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/behave_framework/pyproject.toml b/behave_framework/pyproject.toml index 263750d9f6..c2cc3e4b3c 100644 --- a/behave_framework/pyproject.toml +++ b/behave_framework/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "PyYAML==6.0.3", "humanfriendly==10.0", "m2crypto==0.46.2", - "pyopenssl==25.0.0", + "pyopenssl==26.0.0", "pyjks==20.0.0" ]