From b593be270abf138ced971053603e486e02d2105b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 16:08:16 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.2 in /.github/workflows 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] --- .github/workflows/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt index d055863..7365de1 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -5,6 +5,6 @@ gitcommitlogger==1.2.5; python_version >= '3.7' idna==3.6; python_version >= '3.5' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pytz==2024.1 -requests==2.31.0; python_version >= '3.7' +requests==2.32.2; python_version >= '3.7' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' urllib3==2.2.1; python_version >= '3.8'