From 21f872e08113d2cd4bd57a8930c91feaf1d1c553 Mon Sep 17 00:00:00 2001 From: Rishabh Thakur Date: Mon, 29 Jun 2026 12:04:59 +0530 Subject: [PATCH] fix: restore cryptography dependency to requirements.txt (#13055) Restores cryptography==44.0.2 to requirements.txt (alphabetically under beautifulsoup4). --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index e1631b8fc13..1932c819466 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,7 @@ amightygirl.paapi5-python-sdk==1.0.0 APScheduler==3.11.2 Babel==2.18.0 beautifulsoup4==4.14.3 +cryptography==44.0.2 eventer==0.1.1 fastapi==0.136.3 feedparser==6.0.12