From 0e899dcbe8d95ffe21aefc08b154ca08b272bf2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:34:37 +0000 Subject: [PATCH] chore(deps): bump requests from 2.32.5 to 2.33.0 in /examples/smolagents Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [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.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/smolagents/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/smolagents/requirements.txt b/examples/smolagents/requirements.txt index 2484bb3..395799d 100644 --- a/examples/smolagents/requirements.txt +++ b/examples/smolagents/requirements.txt @@ -5,5 +5,5 @@ openai == 2.6.1 pandas == 2.3.3 pytest == 7.4.3 python-dotenv == 1.2.1 -requests == 2.32.5 +requests == 2.33.0 smolagents == 1.22.0