From bb73a15d1768b426922ce98fa3213489835ca5d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 09:34:33 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.5.0 in /examples/apps/app-py Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/apps/app-py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/apps/app-py/requirements.txt b/examples/apps/app-py/requirements.txt index 7bd882c..141a288 100644 --- a/examples/apps/app-py/requirements.txt +++ b/examples/apps/app-py/requirements.txt @@ -3,4 +3,4 @@ charset-normalizer==3.3.2 componentize-py==0.13.2 idna==3.7 spin-sdk==3.2.0 -urllib3==2.2.2 +urllib3==2.5.0