From ae4e054faa86d47b0b5daaa1af4356c8821702e1 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts-2c363b[bot]" <266797965+dd-octo-sts-2c363b[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:35:34 +0000 Subject: [PATCH] ADMS: vuln minor: idna, requests [tests/integration] Co-authored-by: gh-worker-campaigns-3e9aa4[bot] <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com> --- tests/integration/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration/requirements.txt b/tests/integration/requirements.txt index 0275d888..ba2cf8ed 100644 --- a/tests/integration/requirements.txt +++ b/tests/integration/requirements.txt @@ -1,5 +1,5 @@ certifi==2024.12.14 charset-normalizer==3.4.1 -idna==3.10 -requests==2.32.4; python_version < "3.10" -requests==2.33.1; python_version >= "3.10" +idna==3.18 +requests==2.34.2; python_version < "3.10" +requests==2.34.2; python_version >= "3.10"