Skip to content

Commit

Permalink
Upgrade websockets to 0.13.1 (#2471)
Browse files Browse the repository at this point in the history
* Upgrade websockets to 0.13.1

* Send 1005
  • Loading branch information
Kludex authored Sep 28, 2024
1 parent a507532 commit c7668ce
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 378 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ filterwarnings = [
'ignore: \"watchgod\" is deprecated\, you should switch to watchfiles \(`pip install watchfiles`\)\.:DeprecationWarning',
"ignore:Uvicorn's native WSGI implementation is deprecated.*:DeprecationWarning",
"ignore: 'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning",
"ignore: remove second argument of ws_handler:DeprecationWarning:websockets"
]

[tool.coverage.run]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ h11 @ git+https://github.com/python-hyper/h11.git@master
# Explicit optionals
a2wsgi==1.10.6
wsproto==1.2.0
websockets==12.0
websockets==13.1

# Packaging
build==1.2.1
Expand Down
Loading

0 comments on commit c7668ce

Please sign in to comment.