We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a5218 commit 69f4537Copy full SHA for 69f4537
CHANGES.rst
@@ -15,6 +15,7 @@ fixes:
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
+- chore: bump jinja2 to 3.1.5 and requests to 2.32.0 (#1714)
19
20
v6.2.0 (2024-01-01)
21
-------------------
setup.py
@@ -30,8 +30,8 @@
30
"webtest==3.0.0",
31
"setuptools==75.7.0",
32
"flask==2.3.3",
33
- "requests==2.31.0",
34
- "jinja2==3.1.3",
+ "requests==2.32.0",
+ "jinja2==3.1.5",
35
"pyOpenSSL==24.3.0",
36
"colorlog==6.7.0",
37
"markdown==3.4.4",
0 commit comments