From c25210078e4c2557c5bb33cae77514d4dc9ddef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:54:32 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.2 in /scripts/misc 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] --- scripts/misc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/misc/requirements.txt b/scripts/misc/requirements.txt index cdbb680b4..a27003eb4 100644 --- a/scripts/misc/requirements.txt +++ b/scripts/misc/requirements.txt @@ -1,5 +1,5 @@ # Used for handling HTTP requests -requests==2.31.0 +requests==2.32.2 # Used for parsing and creating YAML files PyYAML==6.0.1