From 256afe275852f6953ff0f254601c1cb9bbd1b172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 06:50:07 +0000 Subject: [PATCH] build(deps): update robotframework requirement from >=3.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/3.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 cb708a2..748dd89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ #PyMySQL==0.7.4 #psycopg2==2.6.1 -robotframework>=3.0 +robotframework>=7.4.2