From 98b628f215c77b1793d1fa0be9bd5a18dfe48186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 19:39:51 +0000 Subject: [PATCH] Bump requests from 2.32.0 to 2.32.4 in /solutions/py-aoai-capacity Bumps [requests](https://github.com/psf/requests) from 2.32.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.32.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- solutions/py-aoai-capacity/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/py-aoai-capacity/requirements.txt b/solutions/py-aoai-capacity/requirements.txt index f11ec72..f3ea4b7 100644 --- a/solutions/py-aoai-capacity/requirements.txt +++ b/solutions/py-aoai-capacity/requirements.txt @@ -3,7 +3,7 @@ charset-normalizer==3.3.2 click==8.1.7 idna==3.7 python-dotenv==1.0.0 -requests==2.32.0 +requests==2.32.4 typer==0.9.0 typing_extensions==4.8.0 urllib3==2.2.2