Skip to content

Commit

Permalink
Update websockets requirement from ^11.0 to >=11,<13
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 Oct 23, 2023
1 parent 5628414 commit 319c75b
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 @@ -17,7 +17,7 @@ keywords = ["hikari", "discord", "clustering", "bot", "ipc"]
[tool.poetry.dependencies]
python = ">=3.8.0,<3.12"
hikari = "^2.0.0.dev105"
websockets = "^11.0"
websockets = ">=11,<13"
pytest-cov = ">=3,<5"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 319c75b

Please sign in to comment.