From 1dedb4eff8ad07955764c448064d45566036604d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:04:44 +0000 Subject: [PATCH] chore(deps): bump pytest from 7.4.4 to 9.0.2 in /coffee-relay Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 9.0.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.4...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- coffee-relay/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coffee-relay/requirements-test.txt b/coffee-relay/requirements-test.txt index 81c6bb7..a42fb61 100644 --- a/coffee-relay/requirements-test.txt +++ b/coffee-relay/requirements-test.txt @@ -1,5 +1,5 @@ -r requirements.txt -pytest==7.4.4 +pytest==9.0.2 pytest-asyncio==1.3.0 pytest-cov==7.0.0 httpx==0.26.0