Skip to content

Commit 1ac4907

Browse files
authored
sec: fix high security vulnerabilities in quickstarts (#308)
Signed-off-by: Samantha Coyle <sam@diagrid.io>
1 parent 5976a81 commit 1ac4907

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dapr-agents
2-
starlette==0.47.2
2+
starlette>=0.49.1
33
websockets>=12.0
44
# For local development use local changes by commenting out the dapr-agents line above and uncommenting the line below:
55
# -e ../../
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dapr-agents
2-
starlette==0.47.2
2+
starlette>=0.49.1
33
websockets>=12.0
44
# For local development use local changes by commenting out the dapr-agents line above and uncommenting the line below:
55
# -e ../../
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dapr-agents
2-
starlette==0.47.2
2+
starlette>=0.49.1
33
websockets>=12.0
44
# For local development use local changes by commenting out the dapr-agents line above and uncommenting the line below:
55
# -e ../../

0 commit comments

Comments
 (0)