From 1605be0dfaee33139c96f16a5feb1059ee7638e5 Mon Sep 17 00:00:00 2001 From: 3252a8 <3252a8@proton.me> Date: Tue, 2 Jun 2026 22:39:13 +0300 Subject: [PATCH] deps: drop certifi pin that broke dependency resolution certifi==2026.5.20 conflicts with aiocryptopay 0.4.8, which hard-caps certifi<2024.0.0, so pip could not resolve and the Docker image build failed. Revert to the transitive certifi; PYSEC-2024-230 stays unfixable until aiocryptopay relaxes its cap. Keeps the PyJWT 2.13.0 bump. --- backend/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8fcd57c..8fd48a7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,4 +12,3 @@ aiocryptopay==0.4.8 PyJWT[crypto]==2.13.0 Pillow==12.2.0 redis==6.4.0 -certifi==2026.5.20