Skip to content

Commit

Permalink
Update websockets requirement from ==11.* to ==12.* in /server
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@11.0...12.0)

---
updated-dependencies:
- dependency-name: websockets
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 291ae21 commit 9d8da5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ reportlab==4.0.*
requests==2.31.*
sentry-sdk==1.30.*
tqdm==4.66.*
websockets==11.*
websockets==12.*
xlrd~=1.2.0 # do not update, 2.x does not support .xlsx, only .xls

# deploy
Expand Down

0 comments on commit 9d8da5f

Please sign in to comment.