From 2dcc7f64bd065fb5ed4abf85b693b9fcdbbb6af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 00:09:48 +0000 Subject: [PATCH] Bump pytest from 8.4.1 to 8.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 8.4.2. - [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...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 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 784edae..ba366b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ fastapi==0.116.1 httpx==0.28.1 pydantic==2.11.7 pydantic_settings==2.10.1 -pytest==8.4.1 +pytest==8.4.2 python-dotenv==1.1.1 uvicorn==0.35.0 \ No newline at end of file