From b33395b4c143440917658c10e93402864679d5b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 10:04:44 +0000 Subject: [PATCH] Bump pytest from 9.0.0 to 9.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.0 to 9.0.1. - [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/9.0.0...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 379f8e4..7a2d491 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ fastapi==0.121.2 httpx==0.28.1 pydantic==2.12.4 pydantic_settings==2.12.0 -pytest==9.0.0 +pytest==9.0.1 python-dotenv==1.2.1 uvicorn==0.38.0 \ No newline at end of file