Skip to content

Commit

Permalink
chore: bump pyyaml to 6.0.2 to support py3.13 build
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Oct 12, 2024
1 parent f98cba4 commit 962b0d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ vcrpy==4.2.1; python_version >= '3.10'
virtualenv==20.13.0
pytest-xdist==1.22.2
pytest-forked==1.0.2
PyYAML>=5.4,<=6.0.1
PyYAML>=5.4,<=6.0.2
docutils==0.15.2
prompt-toolkit==3.0.29; python_version == '3.6'
prompt-toolkit>=3.0.38,<=3.0.43; python_version > '3.6'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def open_relative(*path):
'six>=1.15.0',
'terminaltables==3.1.10',
'pyOpenSSL>=17.5.0,<25.0.0',
'PyYAML>=5.4,<=6.0.1',
'PyYAML>=5.4,<=6.0.2',
'prompt-toolkit>=3.0.38,<=3.0.43; python_version > "3.6"',
'prompt-toolkit==3.0.29; python_version == "3.6"'
]
Expand Down

0 comments on commit 962b0d4

Please sign in to comment.