From f89b966f328cd36890380f39a8e5ce5c37cda6f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 19:42:49 +0000 Subject: [PATCH] build(deps-dev): Bump approvaltests from 12.0.0 to 12.2.0 Bumps [approvaltests](https://github.com/approvals/ApprovalTests.Python) from 12.0.0 to 12.2.0. - [Release notes](https://github.com/approvals/ApprovalTests.Python/releases) - [Commits](https://github.com/approvals/ApprovalTests.Python/compare/v12.0.0...v12.2.0) --- updated-dependencies: - dependency-name: approvaltests dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ea62ade..071f636 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ black >= 24.1.1 ruff >= 0.2.1 invoke >= 2.2.0 pytest >= 7.4.2 -approvaltests == 12.0.0 +approvaltests == 12.2.0 robotframework-tidy >= 4.9.0 python-semantic-release >= 9.3.1 setuptools >= 61.0