From 69c1fa5d907a27393871f709df36f493e65db99e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:29:08 +0000 Subject: [PATCH] Bump pytest from 8.4.1 to 8.4.2 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e2aea85..eadeb782 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ "markdown-include==0.8.1", "markdown-katex==202406.1035", ], - "tests": ["pytest==8.4.1", "pytest-cov==7.0.0"], + "tests": ["pytest==8.4.2", "pytest-cov==7.0.0"], "all-electron": ["pawpyseed==0.7.1"], "dev": ["pre-commit==4.1.0"], },