Skip to content

Commit

Permalink
build(deps): bump pyyaml from 6.0.1 to 6.0.2 in /server (#549)
Browse files Browse the repository at this point in the history
Note: only for Python 3.8+.
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent f54613a commit 5922391
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
rq==1.16.2
click==8.1.7
redis==5.0.8
pyyaml==6.0.1
pyyaml==6.0.1;python_version<"3.8"
pyyaml==6.0.2;python_version>="3.8"
jsonschema==4.17.3;python_version<"3.8"
jsonschema==4.23.0;python_version>="3.8"
requests==2.31.0;python_version<"3.8"
Expand Down

0 comments on commit 5922391

Please sign in to comment.