Skip to content

Commit 2fdda2e

Browse files
bump pyyaml
Ref: #2125 Supersedes #2126 Signed-off-by: David Korczynski <[email protected]>
1 parent 9313896 commit 2fdda2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cxxfilt==0.3.0
33
lxml==4.9.1
44
matplotlib==3.10.0
55
numpy==2.1.0
6-
PyYAML==6.0
6+
PyYAML==6.0.2
77
soupsieve==2.2.1
88
yapf==0.32.0
99
pylint==3.0.0

Diff for: src/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"cxxfilt==0.3.0",
2626
"lxml==4.9.1",
2727
"matplotlib==3.10.0",
28-
"PyYAML==6.0.1",
28+
"PyYAML==6.0.2",
2929
"soupsieve==2.2.1",
3030
"yapf==0.40.1",
3131
"flake8",

0 commit comments

Comments
 (0)