From 09ad75d47d49cfc0c3545b12e891d1a9dac7a904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 16:29:42 +0200 Subject: [PATCH] build(deps-dev): bump pytest from 8.4.1 to 8.4.2 (#671) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 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.4.1...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 612be92..703f988 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ sphinx==8.2.3 sphinx_rtd_theme==3.0.2 sphinx-tabs==3.4.7 pymarkdownlnt==0.9.32 -pytest==8.4.1 +pytest==8.4.2 pytest-cov==6.3.0 pytest-xprocess==1.0.2 pre-commit