From 6c64d19f55eada7319097586c02b2516c62555aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:22:32 +0000 Subject: [PATCH] build(deps): bump urllib3 from 2.0.5 to 2.0.6 in /scripts Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 to 2.0.6. - [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/v2.0.5...2.0.6) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements-fixed.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements-fixed.txt b/scripts/requirements-fixed.txt index 65b5da711a5..aa593dd25bd 100644 --- a/scripts/requirements-fixed.txt +++ b/scripts/requirements-fixed.txt @@ -328,7 +328,7 @@ typing-extensions==4.8.0 # pyocd # python-can # qrcode -urllib3==2.0.5 +urllib3==2.0.6 # via requests wcwidth==0.2.6 # via prettytable