From c03ff0aa505bf373af9eb83dd1df506195522f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:02:46 +0000 Subject: [PATCH] Update robotframework requirement from >=6.0 to >=7.4.2 Updates the requirements on [robotframework](https://github.com/robotframework/robotframework) to permit the latest version. - [Release notes](https://github.com/robotframework/robotframework/releases) - [Commits](https://github.com/robotframework/robotframework/compare/v6.0...v7.4.2) --- updated-dependencies: - dependency-name: robotframework dependency-version: 7.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4fde0b5..1af776c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -robotframework>=6.0 +robotframework>=7.4.2 setuptools~=82.0.1 mysql-connector~=2.2.9