From 9fdd9bc6386eadc22c287c9aa35caa03fdcfc303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 23:17:38 -0700 Subject: [PATCH] Bump selenium from 4.26.1 to 4.27.1 (#743) Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.26.1 to 4.27.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-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 91be5b262..4ae28699f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -19,6 +19,6 @@ webpack-manifest==2.1.1 daphne==4.1.2 lxml==4.9.4 ; python_version<"3.10" # azure issue? responses~=0.25.3 -selenium==4.26.1 +selenium==4.27.1 tblib==3.0.0 unittest-xml-reporting==3.2.0