From 581220d1a632bf25ed542eba294c70c4a128722e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:51:24 +0000 Subject: [PATCH] build(deps): bump pytest in /ecosystem/arc-core/ARC_Console Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 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/8.4.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ecosystem/arc-core/ARC_Console/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem/arc-core/ARC_Console/requirements.txt b/ecosystem/arc-core/ARC_Console/requirements.txt index f341f71..c31d03e 100644 --- a/ecosystem/arc-core/ARC_Console/requirements.txt +++ b/ecosystem/arc-core/ARC_Console/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.116.1 uvicorn==0.35.0 pydantic==2.11.7 -pytest==8.4.1 +pytest==9.0.3 httpx==0.28.1