From 900f41d97848fc5b0fd083ff31fa271d17e6c6b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:08:37 +0000 Subject: [PATCH] chore(deps): Bump pyopenssl from 24.2.1 to 24.3.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 24.2.1 to 24.3.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/24.2.1...24.3.0) --- updated-dependencies: - dependency-name: pyopenssl 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 204f044..6819992 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ mkdocs-minify-plugin == 0.8.0 pip-audit == 2.7.3 Pygments == 2.18.0 pymdown-extensions == 10.12 -PyOpenSSL == 24.2.1 +PyOpenSSL == 24.3.0 yamllint == 1.35.1