From 62eb7f0dcc6c0db0f1816aaa63e9579300cae630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 08:06:20 +0000 Subject: [PATCH] chore(deps): bump pyopenssl from 25.2.0 to 25.3.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 25.2.0 to 25.3.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/25.2.0...25.3.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f0f28bfe..1c511f3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ pipx==1.2.0 ; python_version >= "3.7" and python_version < "4.0" pluggy==1.6.0 ; python_version >= "3.7" and python_version < "4.0" pycparser==2.23 ; python_version >= "3.7" and python_version < "4.0" pyjwt==2.9.0 ; python_version >= "3.7" and python_version < "4.0" -pyopenssl==25.2.0 ; python_version >= "3.7" and python_version < "4.0" +pyopenssl==25.3.0 ; python_version >= "3.7" and python_version < "4.0" pytest-aiohttp==1.0.5 ; python_version >= "3.7" and python_version < "4.0" pytest-asyncio==0.23.8 ; python_version >= "3.7" and python_version < "4.0" pytest-cov==4.1.0 ; python_version >= "3.7" and python_version < "4.0"