From 15ea6814d103e9f342c03c44ac6497812bd55ef7 Mon Sep 17 00:00:00 2001 From: Eduardo Robles Date: Wed, 21 Feb 2024 10:23:04 +0100 Subject: [PATCH] Security dependencies update (#88) (#89) Parent issue: sequentech/meta#567 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 84b8786..2a3f6d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ Werkzeug==2.3.8 argparse==1.2.1 cffi==1.14.4 cryptography==42.0.2 -pyOpenSSL==23.2.0 +pyOpenSSL==24.0.0 ipdb==0.13.9 ipython==8.10.0 itsdangerous==2.1.2 diff --git a/setup.py b/setup.py index 2e44096..a568913 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ 'argparse==1.2.1', 'cffi==1.14.4', 'cryptography==42.0.2', - 'pyOpenSSL==23.2.0', + 'pyOpenSSL==24.0.0', 'ipdb==0.13.9', 'ipython==8.10.0', 'itsdangerous==2.1.2',