Skip to content

Commit

Permalink
Update websockets requirement from <14,>=13 to >=13,<15
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 52e0928 commit b65e3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ openapi = [
fastapi = [
"asyncer==0.0.8",
"fastapi>=0.112,<1",
"websockets>=13,<14",
"websockets>=13,<15",
]

nats = [
Expand Down

0 comments on commit b65e3df

Please sign in to comment.