From 1396e93407aaa2021ed8384251c38bfce213e32d Mon Sep 17 00:00:00 2001 From: Duncan MacQuarrie <5956299+3dbrows@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:40:36 +0100 Subject: [PATCH] Fix CVE-2023-43804 - urllib3 Updates urllib3 to 2.0.6 to avoid [CVE-2023-43804](https://nvd.nist.gov/vuln/detail/CVE-2023-43804). Even though this is just in integration test requirements, it still causes vuln scanning tools to flag this issue. --- integration_tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/requirements.txt b/integration_tests/requirements.txt index 0be2602c5..d21a8c296 100644 --- a/integration_tests/requirements.txt +++ b/integration_tests/requirements.txt @@ -3,4 +3,4 @@ pytest-xdist pytest-parametrization pytest-html filelock -urllib3==2.0.4 \ No newline at end of file +urllib3==2.0.6