Skip to content

Commit 5922391

Browse files
build(deps): bump pyyaml from 6.0.1 to 6.0.2 in /server (#549)
Note: only for Python 3.8+.
1 parent f54613a commit 5922391

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
rq==1.16.2
22
click==8.1.7
33
redis==5.0.8
4-
pyyaml==6.0.1
4+
pyyaml==6.0.1;python_version<"3.8"
5+
pyyaml==6.0.2;python_version>="3.8"
56
jsonschema==4.17.3;python_version<"3.8"
67
jsonschema==4.23.0;python_version>="3.8"
78
requests==2.31.0;python_version<"3.8"

0 commit comments

Comments
 (0)