From 50038c9440577e9e58414bd5ec1825625bfc158f Mon Sep 17 00:00:00 2001 From: achanupgrade Date: Mon, 6 Jan 2025 13:25:40 -0500 Subject: [PATCH] chore: bump pyOpenSSL to 24.3.0 --- CHANGES.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 910723207a..ce9fbc9036 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,7 @@ fixes: - chore: remove python 3.8 support (#1707) - chore: use ruff for formatting (#1706) - chore: bump setuptools to 75.7.0 (#1709) +- chore: bump pyOpenSSL to 24.3.0 (#1710) v6.2.0 (2024-01-01) ------------------- diff --git a/setup.py b/setup.py index e4d26100ca..4b2853525e 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "flask==2.3.3", "requests==2.31.0", "jinja2==3.1.3", - "pyOpenSSL==23.2.0", + "pyOpenSSL==24.3.0", "colorlog==6.7.0", "markdown==3.4.4", "ansi==0.3.6",