From 13438817e5eda3ca5fb62a668e695e2fdc47ac9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:56:35 +0000 Subject: [PATCH] chore(deps): update pyopenssl requirement 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/20.0.1...25.0.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5207df0710..e11e31dc37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -264,7 +264,7 @@ ipaddress = "^1.0.23" jsonrpclib-pelix = "^0.4.2" Mako = "^1.1.4" markdown2 = "^2.4.0" -pyOpenSSL = ">=20.0.1,<25.0.0" +pyOpenSSL = ">=20.0.1,<26.0.0" python-dateutil = "^2.8.1" python-twitter = "^3.5" rarfile = "^4.0"