From 5f2e9827e9be70dc8ac5947a7ad802f17d50ea01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:32:04 +0000 Subject: [PATCH] Bump requests from 2.32.2 to 2.32.4 in /virtualhome 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] --- virtualhome/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualhome/requirements.txt b/virtualhome/requirements.txt index 0df9476c1..ca9e443da 100644 --- a/virtualhome/requirements.txt +++ b/virtualhome/requirements.txt @@ -7,7 +7,7 @@ numpy>=1.21 opencv-python==4.8.1.78 pillow>=8.3.1 plotly==3.10.0 -requests==2.32.2 +requests==2.32.4 ipdb==0.13.9 termcolor==1.1.0 tqdm==4.66.3