From 0884f88da5edb68e15ca2b47e983d0fb81b6a571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:04:00 +0000 Subject: [PATCH] Bump selenium from 4.40.0 to 4.43.0 in /python-wrapper Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.40.0 to 4.43.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.40.0...selenium-4.43.0) --- updated-dependencies: - dependency-name: selenium dependency-version: 4.43.0 dependency-type: direct:development 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 0a63d73..5e9c640 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -52,7 +52,7 @@ dev = [ "ruff==0.15.2", "mypy==1.19.1", "pytest==9.0.2", - "selenium==4.40.0", + "selenium==4.43.0", "ipykernel==7.2.0", "palettable==3.3.3", "pytest-mock==3.15.1",