From 05cc57d0d918665fc7c9383894d9c3eef005bc48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:37:13 +0000 Subject: [PATCH] chore(deps): bump robotframework-seleniumlibrary in /tests-qa Bumps [robotframework-seleniumlibrary](https://github.com/robotframework/SeleniumLibrary) from 5.1.3 to 6.2.0. - [Release notes](https://github.com/robotframework/SeleniumLibrary/releases) - [Changelog](https://github.com/robotframework/SeleniumLibrary/blob/master/CHANGES.rst) - [Commits](https://github.com/robotframework/SeleniumLibrary/compare/v5.1.3...v6.2.0) --- updated-dependencies: - dependency-name: robotframework-seleniumlibrary dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests-qa/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-qa/requirements.txt b/tests-qa/requirements.txt index e5b1c97303..84cfed8554 100644 --- a/tests-qa/requirements.txt +++ b/tests-qa/requirements.txt @@ -1,5 +1,5 @@ robotframework==7.0 -robotframework-seleniumlibrary==5.1.3 +robotframework-seleniumlibrary==6.2.0 robotframework-debuglibrary==2.5.0 xvfbwrapper==0.2.9 robotframework-xvfb==1.2.2