From d11529b9bbc3d66b5ee74cb113f61165cf930e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:25:11 +0000 Subject: [PATCH] build(deps): bump requests in /tests/data/serve_resources/mlflow/pytorch 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] --- tests/data/serve_resources/mlflow/pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/serve_resources/mlflow/pytorch/requirements.txt b/tests/data/serve_resources/mlflow/pytorch/requirements.txt index a3eb04ed4f..eabe5e8e82 100644 --- a/tests/data/serve_resources/mlflow/pytorch/requirements.txt +++ b/tests/data/serve_resources/mlflow/pytorch/requirements.txt @@ -10,7 +10,7 @@ opt-einsum==3.3.0 packaging>=23.0,<25 pandas==2.2.1 pyyaml==6.0.1 -requests==2.32.2 +requests==2.32.4 torch>=2.6.0 torchvision>=0.17.0 tqdm==4.66.3