From 97d809a8db6c3cc460f3751f346f05cc74fba002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 10:49:06 +0000 Subject: [PATCH] Bump requests in /packages/autorest.python/test/vanilla/version-tolerant 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] --- .../test/vanilla/version-tolerant/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/autorest.python/test/vanilla/version-tolerant/requirements.txt b/packages/autorest.python/test/vanilla/version-tolerant/requirements.txt index dba7f03c1e1..1f2b6b3cd96 100644 --- a/packages/autorest.python/test/vanilla/version-tolerant/requirements.txt +++ b/packages/autorest.python/test/vanilla/version-tolerant/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"