From 9ada5ed6ea76f5b6e5a031644675d5effb7a230e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 17:24:11 +0000 Subject: [PATCH] chore(deps): bump requests in /sfguide-cohort-builder Bumps [requests](https://github.com/psf/requests) from 2.32.3 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.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sfguide-cohort-builder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfguide-cohort-builder/requirements.txt b/sfguide-cohort-builder/requirements.txt index feda24c..014be66 100644 --- a/sfguide-cohort-builder/requirements.txt +++ b/sfguide-cohort-builder/requirements.txt @@ -81,7 +81,7 @@ pytz==2024.1 PyYAML==6.0.1 pyzmq==26.0.3 referencing==0.35.1 -requests==2.32.3 +requests==2.32.4 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rich==13.7.1