From 71874d0074b631178db4dc1634a4bc746b756369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:02:44 +0000 Subject: [PATCH] Bump pytest from 8.4.1 to 8.4.2 in the python group Bumps the python group with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `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:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7439684..c8daddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pyvec-docs = "pyvec_docs.cli:main" [dependency-groups] dev = [ "pytest-ruff==0.5", - "pytest==8.4.1", + "pytest==8.4.2", "sphinx-autobuild==2025.8.25", ]