Skip to content

Commit 92cfdea

Browse files
Update approvaltests requirement from ~=11.0 to ~=12.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](approvals/ApprovalTests.Python@v11.0.0...v12.0.0) --- updated-dependencies: - dependency-name: approvaltests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c33b521 commit 92cfdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dynamic = ["version"]
5858

5959
[project.optional-dependencies]
6060
tests = [
61-
"approvaltests~=11.0",
61+
"approvaltests~=12.0",
6262
"flake8~=7.0",
6363
"pylint~=3.1",
6464
"pytest~=8.0",

0 commit comments

Comments
 (0)