From b76f9c57d420f6e700378bb1d4dbe7064cb7bdbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:48:01 +0000 Subject: [PATCH] Bump selenium from 4.28.0 to 4.28.1 in /python-wrapper Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.28.0 to 4.28.1. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits) --- updated-dependencies: - dependency-name: selenium 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 9f995ad1..e92d3627 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "ruff==0.9.2", "mypy==1.14.1", "pytest==8.3.4", - "selenium==4.28.0", + "selenium==4.28.1", "palettable==3.3.3", "pytest-mock==3.14.0", "nbconvert==7.16.5",