From 72d4f0d5a01325cf4fc4f8139968b8cbc4bef819 Mon Sep 17 00:00:00 2001 From: Eduardo Robles Date: Tue, 20 Feb 2024 12:32:43 +0100 Subject: [PATCH] Security dependencies update (#90) Parent issue: sequentech/meta#567 Dependabot tickets: - https://github.com/sequentech/frestq/security/dependabot/35 - https://github.com/sequentech/frestq/security/dependabot/36 - https://github.com/sequentech/frestq/security/dependabot/37 - https://github.com/sequentech/frestq/security/dependabot/38 - https://github.com/sequentech/frestq/security/dependabot/39 - https://github.com/sequentech/frestq/security/dependabot/40 - https://github.com/sequentech/frestq/security/dependabot/41 - https://github.com/sequentech/frestq/security/dependabot/42 --- requirements.txt | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index e432632..84caba9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ apscheduler==3.7.0 requests==2.31.0 Flask==2.3.2 Flask-SQLAlchemy==2.5.1 -Jinja2==3.1.2 +Jinja2==3.1.3 MarkupSafe==2.1.1 SQLAlchemy==1.3.23 Werkzeug==2.3.8 @@ -18,7 +18,7 @@ itsdangerous==2.1.2 prettytable==0.7.2 pycparser==2.10 uwsgi==2.0.22 -cryptography==41.0.4 +cryptography==42.0.2 pyOpenSSL==23.2.0 enum34==1.1.6 ipaddress==1.0.22 diff --git a/setup.py b/setup.py index 01d0b94..9e95400 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'requests==2.31.0', 'Flask==2.3.2', 'Flask-SQLAlchemy==2.5.1', - 'Jinja2==3.1.2', + 'Jinja2==3.1.3', 'MarkupSafe==2.1.1', 'SQLAlchemy==1.3.23', 'Werkzeug==2.3.8', @@ -32,7 +32,7 @@ 'prettytable==0.7.2', 'pycparser==2.10', 'uwsgi==2.0.22', - 'cryptography==41.0.4', + 'cryptography==42.0.2', 'pyOpenSSL==23.2.0', 'enum34==1.1.6', 'ipaddress==1.0.22',