From 2c97d96cd4610c914f5a6f5ecb13d3163314332e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:57:25 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.16 to 1.26.18 in /scripts Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.18. - [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.16...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 16d0331136..3d5cf108f6 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -44,6 +44,6 @@ rsa==4.9 six==1.16.0 traitlets==5.9.0 uritemplate==4.1.1 -urllib3==1.26.16 +urllib3==1.26.18 wcwidth==0.2.6 yarg==0.1.9