From d6d278e54ca1b1c9cbf322fd486745f10432ebe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:44:32 -0800 Subject: [PATCH] build(deps-dev): bump robotframework from 6.1.1 to 7.0 (#727) Bumps [robotframework](https://github.com/robotframework/robotframework) from 6.1.1 to 7.0. - [Release notes](https://github.com/robotframework/robotframework/releases) - [Commits](https://github.com/robotframework/robotframework/compare/v6.1.1...v7.0) --- updated-dependencies: - dependency-name: robotframework dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 401b61b7..5b379f4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "ruff == 0.1.13", "pytest == 7.4.4", "coverage == 7.4.0", - "robotframework == 6.1.1", + "robotframework == 7.0", "regex == 2023.12.25", "pre-commit == 3.6.0", ]