From 3dfbf87c71d3859e0d32fc35f0d5960855fd4c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:12:52 +0000 Subject: [PATCH] Update approvaltests requirement from ~=9.0 to ~=10.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/v9.0.0...v10.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 62b1c058..c7786925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ - "approvaltests~=9.0", + "approvaltests~=10.0", "flake8~=6.0", "pylint~=2.12", "pytest~=7.2",