From 7a5230957eb8fb20cf2aa52638d31329ba5d709e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 16:13:11 +0000 Subject: [PATCH] Bump selenium from 4.28.1 to 4.30.0 in /python-wrapper Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.28.1 to 4.30.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.30.0) --- updated-dependencies: - dependency-name: selenium 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 5ead667a..4ba3f143 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "ruff==0.9.7", "mypy==1.15.0", "pytest==8.3.4", - "selenium==4.28.1", + "selenium==4.30.0", "ipykernel==6.29.5", "palettable==3.3.3", "pytest-mock==3.14.0",