We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1752582 commit c5a5218Copy full SHA for c5a5218
CHANGES.rst
@@ -14,6 +14,7 @@ fixes:
14
- chore: remove python 3.8 support (#1707)
15
- chore: use ruff for formatting (#1706)
16
- chore: bump setuptools to 75.7.0 (#1709)
17
+- chore: bump pyOpenSSL to 24.3.0 (#1710)
18
19
v6.2.0 (2024-01-01)
20
-------------------
setup.py
@@ -32,7 +32,7 @@
32
"flask==2.3.3",
33
"requests==2.31.0",
34
"jinja2==3.1.3",
35
- "pyOpenSSL==23.2.0",
+ "pyOpenSSL==24.3.0",
36
"colorlog==6.7.0",
37
"markdown==3.4.4",
38
"ansi==0.3.6",
0 commit comments