Skip to content

Commit

Permalink
Update dependency PyYAML to v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 18241c2 commit 4a3a6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setuptools.setup(
python_requires=">=3.10",
install_requires=[
"PyYAML==6.0",
"PyYAML==6.0.1",
"fastapi==0.78.0",
"pydantic==1.10.13",
"hypercorn==0.13.2",
Expand Down

0 comments on commit 4a3a6ae

Please sign in to comment.