From 6764e8405f8bd67061f130465ae32f48982bdc7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:05:38 +0000 Subject: [PATCH] Bump pytest from 9.0.2 to 9.0.3 in /circleci/images/failtester/files/etc 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] --- circleci/images/failtester/files/etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circleci/images/failtester/files/etc/requirements.txt b/circleci/images/failtester/files/etc/requirements.txt index 15074b7..91f6c52 100644 --- a/circleci/images/failtester/files/etc/requirements.txt +++ b/circleci/images/failtester/files/etc/requirements.txt @@ -46,7 +46,7 @@ pylsqpack==0.3.23; python_version >= '3.10' pyopenssl==25.3.0; python_version >= '3.7' pyparsing==3.2.5; python_version >= '3.9' pyperclip==1.9.0 -pytest==9.0.2; python_version >= '3.10' +pytest==9.0.3; python_version >= '3.10' pytest-asyncio==1.3.0; python_version >= '3.10' pytest-repeat==0.9.4; python_version >= '3.9' pytest-timeout==2.4.0; python_version >= '3.7'