From 9aa097573227f53194066696daf57a93f723028e Mon Sep 17 00:00:00 2001 From: Ro'e Katz Date: Tue, 8 Oct 2024 20:03:05 +0300 Subject: [PATCH] Allow httpx>=0.27.0 --- packages/opal-common/requires.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opal-common/requires.txt b/packages/opal-common/requires.txt index dc8372bf6..57198ba7b 100644 --- a/packages/opal-common/requires.txt +++ b/packages/opal-common/requires.txt @@ -10,5 +10,5 @@ datadog>=0.44.0, <1 ddtrace>=2.8.1,<3 certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability -httpx==0.27.0 +httpx>=0.27.0 urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability