From 36e15bd8985b5a98e93f774daadf01390d7e812e Mon Sep 17 00:00:00 2001 From: Zedifus Date: Sun, 18 Jun 2023 13:46:26 +0100 Subject: [PATCH] Bump cryptography & pyOpenSSL Resolves: https://github.com/advisories/GHSA-5cpq-8wj7-hf2v --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4c36b691..d36133d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,12 +5,12 @@ bleach==4.1 cached_property==1.5.2 colorama==0.4 croniter==1.3.5 -cryptography==39.0.1 +cryptography==41.0.1 libgravatar==1.0.0 peewee==3.13 pexpect==4.8 psutil==5.9 -pyOpenSSL==23.0.0 +pyOpenSSL==23.2.0 pyjwt==2.4.0 PyYAML==5.4 requests==2.26