From aea045332b56e343c4a3304941b083934eb7d480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:39:36 +0000 Subject: [PATCH] chore(deps): bump pytest from 7.4.3 to 9.0.3 in /examples/smolagents Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.3...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 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..bbd3698 100644 --- a/examples/smolagents/requirements.txt +++ b/examples/smolagents/requirements.txt @@ -3,7 +3,7 @@ duckduckgo_search == 8.1.1 gradio == 5.49.1 openai == 2.6.1 pandas == 2.3.3 -pytest == 7.4.3 +pytest == 9.0.3 python-dotenv == 1.2.1 requests == 2.32.5 smolagents == 1.22.0