From f447f091670bdc1356ab3c5a79862f4961a8e00c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:14:21 +0000 Subject: [PATCH] Bump selenium from 4.27.1 to 4.28.0 in /python-wrapper Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.27.1 to 4.28.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.28.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 d7c7ebed..809235aa 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "ruff==0.9.0", "mypy==1.14.1", "pytest==8.3.4", - "selenium==4.27.1", + "selenium==4.28.0", "palettable==3.3.3", "pytest-mock==3.14.0", "nbconvert==7.16.5",