From a939b7c018712e3682951460485790ab3e3c3800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:22:53 +0000 Subject: [PATCH] Update approvaltests requirement from >=17.4.3 to >=18.0.5 Updates the requirements on [approvaltests](https://github.com/approvals/ApprovalTests.Python) to permit the latest version. - [Release notes](https://github.com/approvals/ApprovalTests.Python/releases) - [Commits](https://github.com/approvals/ApprovalTests.Python/compare/v17.4.3...v18.0.5) --- updated-dependencies: - dependency-name: approvaltests dependency-version: 18.0.5 dependency-type: direct:development ... 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 93f3edc..9ffda72 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,5 +12,5 @@ rellu >= 2.0.2 twine wheel typing-extensions >= 4.15.0 -approvaltests >= 17.4.3 +approvaltests >= 18.0.5 mypy == 2.1.0