Update PyYAML to 6.0.2 in requirements.txt

The motivation is that building the dependency from source with
Python3.9 does not work with 6.0 but 6.0.2 works fine. The reason
this hasn't been an issue before because everyone has been grabbing
the dependencies from wheels.

Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
This commit is contained in:
Ivan Velickovic 2024-08-12 13:19:12 +10:00 committed by Ivan Velickovic
parent e6c8f52964
commit 9094909675
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ black==21.7b0
flake8==3.9.2
ply==3.11
Jinja2==3.0.3
PyYAML==6.0
PyYAML==6.0.2
pyfdt==0.3
lxml==5.2.1