From 9b9b239c3fe8d14da3000143dfc268b3d0b67c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 12:36:27 +0000 Subject: [PATCH] chore(deps): update robotframework requirement from ~=7.0 to ~=7.4 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/v7.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 f318605..3eee19e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ wxpython; sys_platform == "win32" openai>=1.0.0 mcp pyecharts -robotframework~=7.0 +robotframework~=7.4 playwright pygame; python_version < "3.14" pytest