Skip to content

Commit

Permalink
feat(#4325): upgrade pyyaml to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnasselle committed Jul 18, 2023
1 parent 1f24a46 commit 5f0c935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pyOpenSSL==19.1.0
pytest-html==3.1.1
pytest==6.2.2 ; python_version <= "3.9"
pytest==7.1.2 ; python_version >= "3.10"
pyyaml==5.4
pyyaml==6.0.1
requests>=2.23.0
scipy>=1.0; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
seaborn>=0.11.1; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
Expand Down

0 comments on commit 5f0c935

Please sign in to comment.