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:
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user