From e4533ab173496e3c9a386414632388275c0427a7 Mon Sep 17 00:00:00 2001 From: Eduardo Robles Elvira Date: Wed, 11 Oct 2023 11:28:53 +0200 Subject: [PATCH] Security updates Parent issue: https://github.com/sequentech/meta/issues/279 Fixes: - https://github.com/sequentech/frestq/security/dependabot/30 - https://github.com/sequentech/frestq/security/dependabot/29 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 10d5060..e6ca0cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ itsdangerous==2.1.2 prettytable==0.7.2 pycparser==2.10 uwsgi==2.0.22 -cryptography==41.0.3 +cryptography==41.0.4 pyOpenSSL==23.2.0 enum34==1.1.6 ipaddress==1.0.22 diff --git a/setup.py b/setup.py index d46d608..69b4c20 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ 'prettytable==0.7.2', 'pycparser==2.10', 'uwsgi==2.0.22', - 'cryptography==41.0.3', + 'cryptography==41.0.4', 'pyOpenSSL==23.2.0', 'enum34==1.1.6', 'ipaddress==1.0.22',