From 8ea816fb6a4e9e123bcdad6adb38f861482d653b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 11:10:34 +0000 Subject: [PATCH] chore(deps): bump pyopenssl from 25.1.0 to 25.2.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 25.1.0 to 25.2.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/25.1.0...25.2.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 25.2.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 d6baf9b3..bb274a65 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.2.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.1.0 ; python_version >= "3.7" and python_version < "4.0" +pyopenssl==25.2.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"