From 6c73d6e23d17b68927fdcc540eeb455b8d726750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:30:46 +0000 Subject: [PATCH] Bump pytest from 8.3.4 to 8.4.0 in /python-wrapper Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.4.0. - [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.4...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-wrapper/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index 524c409..565061b 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -43,7 +43,7 @@ requires-python = ">=3.9" dev = [ "ruff==0.11.8", "mypy==1.15.0", - "pytest==8.3.4", + "pytest==8.4.0", "selenium==4.32.0", "ipykernel==6.29.5", "palettable==3.3.3",