From 51de4599d148046aa84d1d35fae8039721fa14d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 16:49:29 +0000 Subject: [PATCH] Bump pytest from 8.3.4 to 8.4.1 in /python-wrapper Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.4.1. - [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.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 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 4287b8c..ef2b53d 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.1", "selenium==4.32.0", "ipykernel==6.29.5", "palettable==3.3.3",