Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent ac932b5 commit 11d9ca3
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.32.*
sentry-sdk==2.14.*
tqdm==4.66.*
websockets==13.*
websockets==14.*

# deploy
psycopg2==2.9.10
Expand Down

0 comments on commit 11d9ca3

Please sign in to comment.