From 0af3e974ea60d48699615bafb989d380f8f6598f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 09:38:07 +0000 Subject: [PATCH] build(deps): bump requests in /infra/scripts/fabric Bumps [requests](https://github.com/psf/requests) from 2.31.0 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.31.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/scripts/fabric/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/scripts/fabric/requirements.txt b/infra/scripts/fabric/requirements.txt index 692b9ba..d631332 100644 --- a/infra/scripts/fabric/requirements.txt +++ b/infra/scripts/fabric/requirements.txt @@ -9,7 +9,7 @@ azure-core==1.29.0 azure-storage-file-datalake==12.14.0 # HTTP requests -requests==2.31.0 +requests==2.32.4 # Date/time utilities (required by powerbi_api.py and fabric_api.py) python-dateutil==2.8.2