File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -429,8 +429,8 @@ RUN pip3 uninstall -y enum34
429
429
RUN pip2 install j2cli==0.3.10
430
430
431
431
# For sonic-mgmt-framework
432
- RUN pip2 install "PyYAML==5.3 .1"
433
- RUN pip3 install "PyYAML==5.3 .1"
432
+ RUN pip2 install "PyYAML==5.4 .1"
433
+ RUN pip3 install "PyYAML==5.4 .1"
434
434
RUN pip2 install "lxml==4.6.2"
435
435
RUN pip3 install "lxml==4.6.2"
436
436
Original file line number Diff line number Diff line change 17
17
install_requires = [
18
18
'jinja2>=2.10' ,
19
19
'netaddr==0.8.0' ,
20
- 'pyyaml==5.3 .1' ,
20
+ 'pyyaml==5.4 .1' ,
21
21
],
22
22
setup_requires = [
23
23
'pytest-runner' ,
Original file line number Diff line number Diff line change 9
9
'ipaddress==1.0.23' ,
10
10
'lxml==4.6.2' ,
11
11
'netaddr==0.8.0' ,
12
- 'pyyaml==5.3 .1' ,
12
+ 'pyyaml==5.4 .1' ,
13
13
'sonic-py-common' ,
14
14
]
15
15
Original file line number Diff line number Diff line change 14
14
install_requires = [
15
15
'jinja2>=2.10' ,
16
16
'netaddr==0.8.0' ,
17
- 'pyyaml==5.3 .1' ,
17
+ 'pyyaml==5.4 .1' ,
18
18
'zipp==1.2.0' , # importlib-resources needs zipp and seems to have a bug where it will try to import too new of a version for Python 2
19
19
],
20
20
setup_requires = [
You can’t perform that action at this time.
0 commit comments