From db49611939f6ea9d4c0df7509f9bb240d610e3af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:57:08 +0000 Subject: [PATCH] chore(deps)(deps): bump pytest from 7.4.3 to 8.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 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/7.4.3...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2654074..b9f91a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ tenacity==8.2.3 numpy==1.26.2 # Testing -pytest==7.4.3 +pytest==8.4.2 pytest-asyncio==0.21.1 pytest-cov==4.1.0 httpx==0.25.2