Skip to content

Commit 0b8e5aa

Browse files
committed
SEC-787: Fixed dependabot vulnerabilities
1 parent 0f21922 commit 0b8e5aa

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
sphinx~=7.2.6
2-
furo~=2024.1.29
3-
requests>=2.24
4-
pydantic~=2.6.1
5-
jinja2==3.1.5
6-
networkx==3.1
7-
tenacity==8.2.3
1+
sphinx~=8.2.3
2+
furo~=2024.8.6
3+
requests~=2.32.3
4+
pydantic~=2.10.6
5+
jinja2~=3.1.6
6+
networkx~=3.1.0
7+
tenacity~=9.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requests~=2.32.3
22
pydantic~=2.10.6
3-
jinja2~=3.1.5
3+
jinja2~=3.1.6
44
tenacity~=9.0.0
55
urllib3>=1.26.0,<3
66
lazy_loader~=0.4

0 commit comments

Comments
 (0)