From 12d7c709c89d5a0d6191c64d9c6e5e5c30428d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 08:55:50 +0000 Subject: [PATCH] Bump selenium from 4.32.0 to 4.38.0 in /python-wrapper Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.32.0 to 4.38.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.32.0...selenium-4.38.0) --- updated-dependencies: - dependency-name: selenium dependency-version: 4.38.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 095de7e..fc21f31 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "ruff==0.14.1", "mypy==1.18.2", "pytest==8.4.2", - "selenium==4.32.0", + "selenium==4.38.0", "ipykernel==6.30.1", "palettable==3.3.3", "pytest-mock==3.14.0",