From 2c0e79cfa6037397ba7f63a4aba1c49a6af979fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:49:47 +0000 Subject: [PATCH 1/2] Bump urllib3 from 1.26.18 to 1.26.19 in /manager Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- 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 57e87e79..9b7ef8e8 100644 --- a/manager/requirements.txt +++ b/manager/requirements.txt @@ -75,7 +75,7 @@ sqlparse==0.5.0 Twisted==23.10.0 txaio==23.1.1 uritemplate==3.0.1 -urllib3==1.26.18 +urllib3==1.26.19 uvicorn[standard]==0.24.0.post1 wcwidth==0.1.8 zipp==3.1.0 From 2e253e4e05799bcab15fca2a896c79abcdd202e1 Mon Sep 17 00:00:00 2001 From: Sebastian Aranda Sanchez Date: Thu, 8 Aug 2024 09:51:53 -0400 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 20254d24..7599d732 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,7 @@ Version History v7.0.0 ------ +* Bump urllib3 from 1.26.18 to 1.26.19 in /manager ``_ * Bump jinja2 from 2.11.3 to 3.1.4 in /manager ``_ * Bump MarkupSafe from 1.1.1 to 2.1.5 in /manager ``_ * Bump sqlparse from 0.4.4 to 0.5.0 in /manager ``_