Skip to content

Commit

Permalink
Update websockets requirement from ==12.* to ==13.* in /server (#229)
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@12.0...13.0)

---
updated-dependencies:
- dependency-name: websockets
  dependency-type: direct:production
...
  • Loading branch information
dependabot[bot] authored Oct 12, 2024
1 parent b05afab commit e5c29c6
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 @@ -31,7 +31,7 @@ reportlab==4.2.*
requests==2.31.*
sentry-sdk==2.14.*
tqdm==4.66.*
websockets==12.*
websockets==13.*

# deploy
psycopg2==2.9.9
Expand Down

0 comments on commit e5c29c6

Please sign in to comment.