From 298fe383e63637ea7a49a5f22596c9270affdefe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 12:39:44 +0000 Subject: [PATCH] Bump requests in /packages/autorest.python/test/azure/legacy 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] --- packages/autorest.python/test/azure/legacy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/autorest.python/test/azure/legacy/requirements.txt b/packages/autorest.python/test/azure/legacy/requirements.txt index a924f6cec38..adf49d3155e 100644 --- a/packages/autorest.python/test/azure/legacy/requirements.txt +++ b/packages/autorest.python/test/azure/legacy/requirements.txt @@ -1,5 +1,5 @@ aiohttp;python_full_version>="3.5.2" -requests==2.32.2 +requests==2.32.4 pytest pytest-cov pytest-asyncio==0.14.0;python_full_version>="3.5.2"