From 0e29fc23582532feabd18c601431f4d595a1bd57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:08:29 +0000 Subject: [PATCH 1/2] Bump certifi from 2023.7.22 to 2024.7.4 in /manager Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) --- updated-dependencies: - dependency-name: certifi 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 9b7ef8e8..34584d4a 100644 --- a/manager/requirements.txt +++ b/manager/requirements.txt @@ -9,7 +9,7 @@ attrs==22.1.0 autobahn==23.6.2 Automat==20.2.0 Babel==2.9.1 -certifi==2023.7.22 +certifi==2024.7.4 cffi==1.16.0 channels==4.1.0 channels-redis==4.2.0 From 5a7bff8742956ad86cbc7a95ae04ede174486454 Mon Sep 17 00:00:00 2001 From: Sebastian Aranda Sanchez Date: Thu, 8 Aug 2024 10:12:13 -0400 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7599d732..7a5b7639 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,7 @@ Version History v7.0.0 ------ +* Bump certifi from 2023.7.22 to 2024.7.4 in /manager ``_ * 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 ``_