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.
This commit is contained in:
3252a8
2026-06-02 22:39:13 +03:00
parent 6f2bd2c443
commit 1605be0dfa
-1
View File
@@ -12,4 +12,3 @@ aiocryptopay==0.4.8
PyJWT[crypto]==2.13.0 PyJWT[crypto]==2.13.0
Pillow==12.2.0 Pillow==12.2.0
redis==6.4.0 redis==6.4.0
certifi==2026.5.20