From 060e97b988764a1e1ee1fd3cbe716203a6375eff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:34:36 +0000 Subject: [PATCH] Update approvaltests requirement from ~=8.2 to ~=9.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/v8.2.0...v9.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 48b81be..3d89ed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ - "approvaltests~=8.2", + "approvaltests~=9.0", "bandit[toml]~=1.7", "flake8~=6.1", "pylint~=2.17",