diff --git a/CHANGES.rst b/CHANGES.rst index ce9fbc903..10100cc4d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,6 +15,7 @@ fixes: - chore: use ruff for formatting (#1706) - chore: bump setuptools to 75.7.0 (#1709) - chore: bump pyOpenSSL to 24.3.0 (#1710) +- chore: bump jinja2 to 3.1.5 and requests to 2.32.0 (#1714) v6.2.0 (2024-01-01) ------------------- diff --git a/setup.py b/setup.py index 4b2853525..70629f2df 100755 --- a/setup.py +++ b/setup.py @@ -30,8 +30,8 @@ "webtest==3.0.0", "setuptools==75.7.0", "flask==2.3.3", - "requests==2.31.0", - "jinja2==3.1.3", + "requests==2.32.0", + "jinja2==3.1.5", "pyOpenSSL==24.3.0", "colorlog==6.7.0", "markdown==3.4.4",