From b547ee6489c2b9897a47a2811b88484002de72ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:13:49 +0000 Subject: [PATCH] chore(deps): bump the robotframework-libraries group across 1 directory with 3 updates Bumps the robotframework-libraries group with 3 updates in the /tests directory: [robotframework](https://github.com/robotframework/robotframework), [robotframework-databaselibrary](https://github.com/MarketSquare/Robotframework-Database-Library) and [robotframework-robocop](https://github.com/MarketSquare/robotframework-robocop). Updates `robotframework` from 7.3.2 to 7.4 - [Release notes](https://github.com/robotframework/robotframework/releases) - [Commits](https://github.com/robotframework/robotframework/compare/v7.3.2...v7.4) Updates `robotframework-databaselibrary` from 2.3.3 to 2.4.0 - [Release notes](https://github.com/MarketSquare/Robotframework-Database-Library/releases) - [Commits](https://github.com/MarketSquare/Robotframework-Database-Library/compare/v2.3.3...v2.4.0) Updates `robotframework-robocop` from 6.12.0 to 7.0.0 - [Release notes](https://github.com/MarketSquare/robotframework-robocop/releases) - [Commits](https://github.com/MarketSquare/robotframework-robocop/compare/v6.12.0...v7.0.0) --- updated-dependencies: - dependency-name: robotframework dependency-version: '7.4' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: robotframework-libraries - dependency-name: robotframework-databaselibrary dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: robotframework-libraries - dependency-name: robotframework-robocop dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: robotframework-libraries ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 84da6ad5..62e87fde 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,14 +1,14 @@ -robotframework == 7.3.2 +robotframework == 7.4.1 tzlocal == 5.3.1 robotframework-jsonlibrary == 0.5 robotframework-datadriver == 1.11.2 robotframework-requests == 0.9.7 requests == 2.32.5 -robotframework-databaselibrary == 2.3.3 +robotframework-databaselibrary == 2.4.1 #robotframework-mockserver == 0.0.7 git+https://github.com/etsi-cti-admin/robotframework-mockserver.git -robotframework-robocop == 6.12.0 +robotframework-robocop == 7.2.0 robotframework-tidy == 4.18.0 RESTinstance == 1.6.2