Skip to content

Commit c7668ce

Browse files
authored
Upgrade websockets to 0.13.1 (#2471)
* Upgrade websockets to 0.13.1 * Send 1005
1 parent a507532 commit c7668ce

File tree

4 files changed

+149
-378
lines changed

4 files changed

+149
-378
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ filterwarnings = [
9696
'ignore: \"watchgod\" is deprecated\, you should switch to watchfiles \(`pip install watchfiles`\)\.:DeprecationWarning',
9797
"ignore:Uvicorn's native WSGI implementation is deprecated.*:DeprecationWarning",
9898
"ignore: 'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning",
99+
"ignore: remove second argument of ws_handler:DeprecationWarning:websockets"
99100
]
100101

101102
[tool.coverage.run]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ h11 @ git+https://github.com/python-hyper/h11.git@master
77
# Explicit optionals
88
a2wsgi==1.10.6
99
wsproto==1.2.0
10-
websockets==12.0
10+
websockets==13.1
1111

1212
# Packaging
1313
build==1.2.1

0 commit comments

Comments
 (0)