From f694505fde73fc4d787a4c6584522f66746d2a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:09:03 +0000 Subject: [PATCH] Bump pytest from 9.0.2 to 9.0.3 in /tests/http Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. - [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.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/http/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/http/requirements.txt b/tests/http/requirements.txt index 5512a26be..f880c84fc 100644 --- a/tests/http/requirements.txt +++ b/tests/http/requirements.txt @@ -5,6 +5,6 @@ cryptography==46.0.5 filelock==3.24.3 psutil==7.2.2 -pytest==9.0.2 +pytest==9.0.3 pytest-xdist==3.8.0 websockets==16.0