From 0dccc26d0cdd403857e15559e961a90d3005f99b Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 17:20:31 +0000 Subject: [PATCH] chore(deps): update dependency robotframework-seleniumlibrary to v6.8.0 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ed97d0595..08850fdeb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aenum" @@ -4555,18 +4555,18 @@ robotframework = ">=2.9" [[package]] name = "robotframework-seleniumlibrary" -version = "6.6.1" +version = "6.8.0" description = "Web testing library for Robot Framework" optional = false -python-versions = "<3.13,>=3.8" +python-versions = ">=3.8" groups = ["main"] files = [ - {file = "robotframework_seleniumlibrary-6.6.1-py2.py3-none-any.whl", hash = "sha256:75f9f9d39a499c515a886a8c59ec1a63dad492d289783d9fc272dad4110120c7"}, - {file = "robotframework_seleniumlibrary-6.6.1.tar.gz", hash = "sha256:6fd3a20c0ca70425d2c4b89e372d2c2399aa059a815c8cab87a2616bcfece7b4"}, + {file = "robotframework_seleniumlibrary-6.8.0-py3-none-any.whl", hash = "sha256:96b34dedf151708b13ad4662c07f11ca7266c57c83129a0bb73a2afe27cdcba4"}, + {file = "robotframework_seleniumlibrary-6.8.0.tar.gz", hash = "sha256:60fb0584b11eabc687e8433134093b764ec011e0e8a9ec417bfdeeab59d748bb"}, ] [package.dependencies] -click = ">=8.1.7" +click = ">=8.0" robotframework = ">=4.1.3" robotframework-pythonlibcore = ">=4.4.1" selenium = ">=4.3.0"