From f5c16796c4a9b5da7a0118db753a919fe318cabf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:46:34 +0000 Subject: [PATCH] chore(deps): bump robotframework-seleniumlibrary in /tests-qa Bumps [robotframework-seleniumlibrary](https://github.com/robotframework/SeleniumLibrary) from 6.6.1 to 6.7.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/v6.6.1...v6.7.0) --- updated-dependencies: - dependency-name: robotframework-seleniumlibrary dependency-type: direct:production update-type: version-update:semver-minor ... 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 4e1cc1276f..db38a02a69 100644 --- a/tests-qa/requirements.txt +++ b/tests-qa/requirements.txt @@ -1,5 +1,5 @@ robotframework==7.1 -robotframework-seleniumlibrary==6.6.1 +robotframework-seleniumlibrary==6.7.0 robotframework-debuglibrary==2.5.0 xvfbwrapper==0.2.9 robotframework-xvfb==1.2.2