Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Update websockets requirement from ~=12.0 to ~=13.0
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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 19b0bee commit 17f14aa
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 @@ -29,7 +29,7 @@ dependencies = [
"pymagnitude~=0.1.143",
"annoy~=1.17", # Needed for pymagnitude
"diskcache~=5.4",
"websockets~=12.0",
"websockets~=13.0",
"targer-api~=1.1",
"spacy~=3.7",
"ir-axioms~=0.1.3",
Expand Down

0 comments on commit 17f14aa

Please sign in to comment.