From 2324f443835dff449d86c701a2cd18ae4248e545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:36:20 +0000 Subject: [PATCH] Bump requests from 2.32.2 to 2.32.4 in /cwlpack/cwl_pack_function Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.4. - [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.32.2...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cwlpack/cwl_pack_function/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwlpack/cwl_pack_function/requirements.txt b/cwlpack/cwl_pack_function/requirements.txt index e075405..a7037cf 100644 --- a/cwlpack/cwl_pack_function/requirements.txt +++ b/cwlpack/cwl_pack_function/requirements.txt @@ -1,3 +1,3 @@ -requests==2.32.2 +requests==2.32.4 pygit2==1.7.0 sbpack==2021.10.7