Skip to content

Commit dabdc4c

Browse files
chore(deps-dev): update websockets requirement from <13.0.0,>=11.0.0 to >=11.0.0,<17.0.0
Dependabot couldn't find the original pull request head commit, 202a39b.
1 parent cb913e2 commit dabdc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ neo4j = [
133133
web = [
134134
"fastapi>=0.100.0,<1.0.0",
135135
"uvicorn>=0.23.0,<1.0.0",
136-
"websockets>=11.0.0,<13.0.0",
136+
"websockets>=11.0.0,<17.0.0",
137137
]
138138

139139
# 개발 도구

0 commit comments

Comments
 (0)