Skip to content

Commit 69f4537

Browse files
chore:bump jinja2 to 3.1.5 and requests to 2.32.0 (#1714)
* chore:bump jinja2 to 3.1.5 and requests to 2.32.0 * adding fixes to changes.rst
1 parent c5a5218 commit 69f4537

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.rst

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ fixes:
1515
- chore: use ruff for formatting (#1706)
1616
- chore: bump setuptools to 75.7.0 (#1709)
1717
- chore: bump pyOpenSSL to 24.3.0 (#1710)
18+
- chore: bump jinja2 to 3.1.5 and requests to 2.32.0 (#1714)
1819

1920
v6.2.0 (2024-01-01)
2021
-------------------

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"webtest==3.0.0",
3131
"setuptools==75.7.0",
3232
"flask==2.3.3",
33-
"requests==2.31.0",
34-
"jinja2==3.1.3",
33+
"requests==2.32.0",
34+
"jinja2==3.1.5",
3535
"pyOpenSSL==24.3.0",
3636
"colorlog==6.7.0",
3737
"markdown==3.4.4",

0 commit comments

Comments
 (0)