From c27331dfc4b3ce8d404193d427d4a032c716de83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 22:42:11 +0000 Subject: [PATCH] Bump urllib3 in /Monitoring-Debugging/Tracing-with-X-Ray/example Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.1 to 1.26.5. - [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.24.1...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Tracing-with-X-Ray/example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monitoring-Debugging/Tracing-with-X-Ray/example/requirements.txt b/Monitoring-Debugging/Tracing-with-X-Ray/example/requirements.txt index e44ddbb..cbfbd8e 100644 --- a/Monitoring-Debugging/Tracing-with-X-Ray/example/requirements.txt +++ b/Monitoring-Debugging/Tracing-with-X-Ray/example/requirements.txt @@ -31,7 +31,7 @@ toml==0.10.0 tqdm==4.19.1 troposphere==2.4.6 unidecode==1.0.23 -urllib3==1.24.1 ; python_version >= '3.4' +urllib3==1.26.5 ; python_version >= '3.4' werkzeug==0.15.1 wheel==0.33.1 wrapt==1.11.1