From 2130df00033442fe2e40e52742b58e744a1793ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:01:01 +0000 Subject: [PATCH] Bump requests from 2.32.3 to 2.32.4 in /python/di_to_cu_migration_tool 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] --- python/di_to_cu_migration_tool/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/di_to_cu_migration_tool/requirements.txt b/python/di_to_cu_migration_tool/requirements.txt index 2078d5a..59fb615 100644 --- a/python/di_to_cu_migration_tool/requirements.txt +++ b/python/di_to_cu_migration_tool/requirements.txt @@ -4,6 +4,6 @@ azure-storage-blob==12.25.1 dotenv==0.9.9 pytest==8.3.5 python-dateutil==2.9.0post0 -requests==2.32.3 +requests==2.32.4 rich==13.9.4 typer==0.15.1