From aa2b74f6aa2ac8ecd1b34534b3b7293585b2406f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:53:52 +0000 Subject: [PATCH] Update approvaltests requirement from ~=10.0 to ~=11.0 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/v10.0.0...v11.0.0) --- updated-dependencies: - dependency-name: approvaltests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 968dba2..8dceb5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ - "approvaltests~=10.0", + "approvaltests~=11.0", "bandit[toml]~=1.7", "flake8~=7.0", "pylint~=3.0",