Skip to content

Commit

Permalink
usrp_emb: upgrade PyYAML dep version
Browse files Browse the repository at this point in the history
PyYAML 5.4.1 uses a deprecated license_file parameter
  • Loading branch information
gmeyerho authored and atomita-ni committed Oct 17, 2023
1 parent f1f919d commit 00ea63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/test/usrp_emb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
keywords='usrp_emb',
packages=['usrp_emb'],
install_requires=[
'PyYAML==5.4.1',
'PyYAML==6.0.1',
'junit-xml==1.9',
'paramiko==2.10.1',
'pexpect==4.8.0',
Expand Down

0 comments on commit 00ea63d

Please sign in to comment.