From 910bd371e4ae2569641e78a829fbc67149cdd28f Mon Sep 17 00:00:00 2001 From: Josef Zweck Date: Wed, 12 Nov 2025 11:16:36 +0100 Subject: [PATCH] Remove wsproto from exceptions (#156434) --- script/licenses.py | 1 - 1 file changed, 1 deletion(-) diff --git a/script/licenses.py b/script/licenses.py index 3c77618f421..15d10643fec 100644 --- a/script/licenses.py +++ b/script/licenses.py @@ -203,7 +203,6 @@ EXCEPTIONS = { "sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14 "tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5 "ujson", # https://github.com/ultrajson/ultrajson/blob/main/LICENSE.txt - "wsproto", # https://github.com/python-hyper/wsproto/pull/194 } # fmt: off