From 73faba4482c462a53cc244b4774277471539a22a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 11:35:49 +0000 Subject: [PATCH] Bump pytest from 8.3.4 to 8.3.5 in /python-wrapper Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. - [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.3.5) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ad9f9fa..bcae62d 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.3.5", "selenium==4.32.0", "ipykernel==6.29.5", "palettable==3.3.3",