From 06ff2ced5dc1d8f5ff157c2cb852a48f9c6d93ed Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 13 Sep 2026 16:52:19 -0500 Subject: [PATCH] bump cryptography to 46 and pin py-vapid to 1.9.4 (#24292) Co-authored-by: t --- docker/main/requirements-wheels.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 8cccc0385b..4307feafd9 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -8,7 +8,7 @@ fastapi[standard-no-fastapi-cloud-cli] == 0.116.* uvicorn == 0.46.* slowapi == 0.1.* joserfc == 1.6.* -cryptography == 44.0.* +cryptography == 46.0.* pathvalidate == 3.3.* markupsafe == 3.0.* python-multipart == 0.0.31 @@ -51,7 +51,7 @@ google-genai == 1.58.* ollama == 0.6.* openai == 1.65.* # push notifications -py-vapid == 1.9.* +py-vapid == 1.9.4 pywebpush == 2.0.* # alpr pyclipper == 1.4.*