From c5a52185713877d42b883368f6752f9cf9b11281 Mon Sep 17 00:00:00 2001 From: achanupgrade <139799271+achanupgrade@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:48:22 -0500 Subject: [PATCH] chore: bump pyOpenSSL to 24.3.0 (#1710) --- CHANGES.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 910723207..ce9fbc903 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 e4d26100c..4b2853525 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",