Skip to content

Commit

Permalink
Update websockets requirement from <13 to <14 (#1150)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 2578f5a commit 4b22121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/async.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# pip install -r requirements/async.txt
aiohttp>=3,<4
websockets<13
websockets<14

0 comments on commit 4b22121

Please sign in to comment.