From 99664dfcd4d91d1b40ce99cfe5f11e289ca34132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 03:24:29 +0000 Subject: [PATCH] Bump requests in /packages/autorest.python/test/azure/version-tolerant Bumps [requests](https://github.com/psf/requests) from 2.28.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.28.2...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../test/azure/version-tolerant/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/autorest.python/test/azure/version-tolerant/requirements.txt b/packages/autorest.python/test/azure/version-tolerant/requirements.txt index 3f7b348f9d0..2b4be0a1847 100644 --- a/packages/autorest.python/test/azure/version-tolerant/requirements.txt +++ b/packages/autorest.python/test/azure/version-tolerant/requirements.txt @@ -1,5 +1,5 @@ aiohttp;python_full_version>="3.5.2" -requests==2.28.2 +requests==2.32.4 pytest pytest-cov pytest-asyncio==0.14.0;python_full_version>="3.5.2"