From b8722867c628fa62c178192d36795c4487f658c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:37:20 +0000 Subject: [PATCH] Bump pytest from 8.4.2 to 9.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.0. - [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.2...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- starter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starter/requirements.txt b/starter/requirements.txt index 7683dc56d9..ca554e54e1 100644 --- a/starter/requirements.txt +++ b/starter/requirements.txt @@ -9,7 +9,7 @@ uvicorn[standard]==0.36.0 pydantic==2.11.9 # Testing -pytest==8.4.2 +pytest==9.0.0 pytest-asyncio==1.2.0 # HTTP clients