Skip to content

Commit 4b22121

Browse files
Update websockets requirement from <13 to <14 (#1150)
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...13.0.1) --- 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 2578f5a commit 4b22121

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<13
3+
websockets<14

0 commit comments

Comments
 (0)