From a43c3ff929d6aa5ff618807f924d7a5131ed2840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:09:38 +0000 Subject: [PATCH 1/2] Bump requests from 2.31.0 to 2.32.2 in /manager Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests 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 a0579fa8..d90047c9 100644 --- a/manager/requirements.txt +++ b/manager/requirements.txt @@ -66,7 +66,7 @@ python-dateutil==2.8.1 python-ldap==3.4.0 pytz==2024.1 PyYAML==6.0.1 -requests==2.31.0 +requests==2.32.2 ruamel.yaml==0.18.6 ruamel.yaml.clib==0.2.8 six==1.14.0 From 31c2a7fa1972f48736a156399e952bcfc3dff5da Mon Sep 17 00:00:00 2001 From: Sebastian Aranda Sanchez Date: Thu, 8 Aug 2024 12:11:39 -0400 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 828f2b13..a2b570cb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,7 @@ Version History v7.0.0 ------ +* Bump requests from 2.31.0 to 2.32.2 in /manager ``_ * Bump django from 5.0.7 to 5.0.8 in /manager ``_ * Bump zipp from 3.1.0 to 3.19.1 in /manager ``_ * Bump certifi from 2023.7.22 to 2024.7.4 in /manager ``_