Skip to content

Commit 87ba49b

Browse files
author
GitHub Actions
committed
fix: Update dependencies to resolve security vulnerabilities
- Jinja2: 3.1.4 -> 3.1.6 (CVE-2024-56326, CVE-2024-56201, CVE-2025-27516) - requests: 2.32.3 -> 2.32.4 (CVE-2024-47081) - urllib3: 2.2.3 -> 2.5.0 (CVE-2025-50181, CVE-2025-50182)
1 parent 3df3d9e commit 87ba49b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

software/documentation/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ guzzle_sphinx_theme==0.7.11
1212
idna==3.10
1313
imagesize==1.4.1
1414
importlib_metadata==8.5.0
15-
Jinja2==3.1.4
15+
Jinja2==3.1.6
1616
lxml==5.3.0
1717
markdown2==2.5.3
1818
MarkupSafe==2.1.5
@@ -23,7 +23,7 @@ Pygments==2.18.0
2323
python-slugify==8.0.4
2424
PyYAML==6.0.2
2525
reportlab==4.2.4
26-
requests==2.32.3
26+
requests==2.32.4
2727
rst2pdf==0.102
2828
setuptools==78.1.1
2929
smartypants==2.0.1
@@ -49,7 +49,7 @@ sphinxcontrib-serializinghtml==2.0.0
4949
text-unidecode==1.3
5050
typing_extensions==4.12.2
5151
Unidecode==1.3.8
52-
urllib3==2.2.3
52+
urllib3==2.5.0
5353
wheel==0.44.0
5454
yml==0.0.1
5555
zipp==3.20.2

software/sphinx/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pygments==2.18.0
2222
python-slugify==8.0.4
2323
PyYAML==6.0.2
2424
reportlab==4.2.4
25-
requests==2.32.3
25+
requests==2.32.4
2626
rst2pdf==0.102
2727
setuptools==78.1.1
2828
smartypants==2.0.1
@@ -48,6 +48,6 @@ sphinxcontrib-serializinghtml==2.0.0
4848
text-unidecode==1.3
4949
typing_extensions==4.12.2
5050
Unidecode==1.3.8
51-
urllib3==2.2.3
51+
urllib3==2.5.0
5252
wheel==0.44.0
5353
zipp==3.20.2

0 commit comments

Comments
 (0)