From 56425fc5ad14b2361babe938cc14263a5ed2ca40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:00:46 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.12 to 2.3.0 in /demos/jans-tent Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 2.3.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/1.26.12...2.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- demos/jans-tent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/jans-tent/requirements.txt b/demos/jans-tent/requirements.txt index f6438fdbaae..498bd7e3349 100644 --- a/demos/jans-tent/requirements.txt +++ b/demos/jans-tent/requirements.txt @@ -111,7 +111,7 @@ trio==0.21.0 trio-websocket==0.9.2 typed-ast==1.5.4 typing_extensions==4.3.0 -urllib3==1.26.12 +urllib3==2.3.0 wcwidth==0.2.5 Werkzeug==2.2.2 wrapt==1.14.1