From a97ef62d68682329304181b979c57df92a3d3563 Mon Sep 17 00:00:00 2001 From: "gh-worker-campaigns-3e9aa4[bot]" <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 07:17:03 +0000 Subject: [PATCH] =?UTF-8?q?ADMS:=20vuln=20urllib3=20(major=20=E2=86=92=202?= =?UTF-8?q?.7.0)=20[samples/openapi3/client/petstore/python-pydantic-v1-ai?= =?UTF-8?q?ohttp]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../client/petstore/python-pydantic-v1-aiohttp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/openapi3/client/petstore/python-pydantic-v1-aiohttp/pyproject.toml b/samples/openapi3/client/petstore/python-pydantic-v1-aiohttp/pyproject.toml index 8c0a993b36fa..bb20c254b862 100644 --- a/samples/openapi3/client/petstore/python-pydantic-v1-aiohttp/pyproject.toml +++ b/samples/openapi3/client/petstore/python-pydantic-v1-aiohttp/pyproject.toml @@ -12,7 +12,7 @@ include = ["petstore_api/py.typed"] [tool.poetry.dependencies] python = "^3.7" -urllib3 = ">= 1.25.3" +urllib3 = ">=2.7.0" python-dateutil = ">=2.8.2" aiohttp = ">= 3.8.4" pem = ">= 19.3.0"