From c85f5a97c87d9cfe32aaa4ac69aa865f9e3402bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 08:32:27 +0000 Subject: [PATCH] Bump pytest from 8.3.5 to 8.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 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.3.5...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9906b789b..5026543d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ xmltodict==0.14.2 # Development & Testing Tools flake8==7.1.2 pyfakefs==5.8.0 -pytest==8.3.5 +pytest==8.4.2 pytest-asyncio==0.26.0 pytest-mock==3.14.0 pytest-recording==0.13.2 diff --git a/test-requirements.txt b/test-requirements.txt index 8e6d8cb13..54a0ab917 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -pytest~=7.1.3 +pytest~=8.4.2 pytest-cov>=2.8.1 pytest-randomly>=3.12.0 mypy>=1.4.1