Skip to content

Commit e8d59ca

Browse files
committed
Update werkzeug
1 parent 5f05817 commit e8d59ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ urllib3==2.5.0
7474
# via
7575
# requests
7676
# types-requests
77-
werkzeug==3.0.6
77+
werkzeug==3.1.4
7878
# via pytest-httpserver
7979
wheel==0.44.0
8080
# via pip-tools

python/tests/test_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def webhook_handler(request: Request) -> Response:
204204
assert "Svix-Signature" in request.headers
205205

206206
webhook = Webhook(secret)
207+
headers: dict[str, str] = dict(request.headers.items())
207208
received_payload = webhook.verify(request.data, request.headers)
208209
assert received_payload == payload
209210

0 commit comments

Comments
 (0)