From 4f6e8cf6fce7b040ccad54c006349421fc6336d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 13:17:04 +0000 Subject: [PATCH] chore(deps-dev): Update pyopenssl requirement from >=26.0.0 to >=26.1.0 Updates the requirements on [pyopenssl](https://github.com/pyca/pyopenssl) to permit the latest version. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/26.0.0...26.1.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 84e7b684..738c7492 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ wheel opentelemetry-sdk opentelemetry-instrumentation-grpc httpx>=0.28.1 -pyOpenSSL>=26.0.0 +pyOpenSSL>=26.1.0 # needed for type checking Flask>=3.1.3 # needed for auto fix