Skip to content

Commit 202a39b

Browse files
chore(deps-dev): update websockets requirement
Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@11.0...16.0) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.0' dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3057b13 commit 202a39b

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
@@ -119,7 +119,7 @@ neo4j = [
119119
web = [
120120
"fastapi>=0.100.0,<1.0.0",
121121
"uvicorn>=0.23.0,<1.0.0",
122-
"websockets>=11.0.0,<13.0.0",
122+
"websockets>=11.0.0,<17.0.0",
123123
]
124124

125125
# 개발 도구

0 commit comments

Comments
 (0)