From 45f40e723f289349ca42c626440726183b060115 Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Tue, 18 Jun 2024 13:35:10 +0100 Subject: [PATCH 1/4] Update requests dependency --- modules/test/tls/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/test/tls/python/requirements.txt b/modules/test/tls/python/requirements.txt index d4dad89a1..714b95ecd 100644 --- a/modules/test/tls/python/requirements.txt +++ b/modules/test/tls/python/requirements.txt @@ -2,4 +2,4 @@ cryptography==38.0.0 # Do not upgrade until TLS module can be fixed to account f pyOpenSSL==23.0.0 lxml==5.1.0 # Requirement of pyshark but if upgraded automatically above 5.1 will cause a python crash pyshark==0.6 -requests==2.31.0 +requests==2.32.0 From d85a3ef4f12cb95c224c131e7b5c3d04572a0545 Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Mon, 29 Jul 2024 19:37:19 +0100 Subject: [PATCH 2/4] Update requests dependency --- framework/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/requirements.txt b/framework/requirements.txt index 3989c3b74..97a827a2c 100644 --- a/framework/requirements.txt +++ b/framework/requirements.txt @@ -1,5 +1,5 @@ # Requirements for the core module -requests<2.32.0 +requests==2.32.3 # Requirements for the net_orc module docker==7.0.0 From 348c581fc4a9a3a29d3b2b9f8a417a8456210a60 Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Mon, 29 Jul 2024 19:38:48 +0100 Subject: [PATCH 3/4] Update dependency in TLS test --- modules/test/tls/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/test/tls/python/requirements.txt b/modules/test/tls/python/requirements.txt index 714b95ecd..846a224f3 100644 --- a/modules/test/tls/python/requirements.txt +++ b/modules/test/tls/python/requirements.txt @@ -2,4 +2,4 @@ cryptography==38.0.0 # Do not upgrade until TLS module can be fixed to account f pyOpenSSL==23.0.0 lxml==5.1.0 # Requirement of pyshark but if upgraded automatically above 5.1 will cause a python crash pyshark==0.6 -requests==2.32.0 +requests==2.32.3 From 831b2947c0037653c2dfb2443c1a35a80f8091c0 Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Tue, 30 Jul 2024 10:17:48 +0100 Subject: [PATCH 4/4] Update docker dependency --- framework/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/requirements.txt b/framework/requirements.txt index 97a827a2c..5ba81f40e 100644 --- a/framework/requirements.txt +++ b/framework/requirements.txt @@ -2,7 +2,7 @@ requests==2.32.3 # Requirements for the net_orc module -docker==7.0.0 +docker==7.1.0 ipaddress==1.0.23 netifaces==0.11.0 scapy==2.5.0