Skip to content

Commit 2f94d43

Browse files
Update websockets requirement from <11 to <13 (#1054)
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@1.0...12.0) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87f7ac2 commit 2f94d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/async.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# pip install -r requirements/async.txt
22
aiohttp>=3,<4
3-
websockets<11
3+
websockets<13

0 commit comments

Comments
 (0)