From d2e03adc147e7c80f6f5d5fe727ef85a4887cfea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:47:28 +0000 Subject: [PATCH 1/2] Bump urllib3 from 1.26.5 to 1.26.17 in /manager Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.17. - [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.5...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- manager/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/requirements.txt b/manager/requirements.txt index 62eee8dc..77c44e63 100644 --- a/manager/requirements.txt +++ b/manager/requirements.txt @@ -85,7 +85,7 @@ sqlparse==0.4.4 Twisted==22.10.0 txaio==20.1.1 uritemplate==3.0.1 -urllib3==1.26.5 +urllib3==1.26.17 wcwidth==0.1.8 zipp==3.1.0 zope.interface==4.7.2 From d45fe011dd94fa122ed2f5008be3ec1fbb6905d1 Mon Sep 17 00:00:00 2001 From: Sebastian Aranda Sanchez Date: Tue, 3 Oct 2023 18:50:21 -0300 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 73d1d4e3..9859c8af 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,7 @@ Version History v5.14.7 ------- +* Bump urllib3 from 1.26.5 to 1.26.17 in /manager ``_ * Bump cryptography from 41.0.3 to 41.0.4 in /manager ``_ v5.14.6