Skip to content

Commit

Permalink
Update approvaltests requirement from ~=10.0 to ~=11.0
Browse files Browse the repository at this point in the history
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@v10.0.0...v11.0.0)

---
updated-dependencies:
- dependency-name: approvaltests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent a1f6e20 commit 21a46fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dynamic = ["version"]

[project.optional-dependencies]
tests = [
"approvaltests~=10.0",
"approvaltests~=11.0",
"flake8~=7.0",
"pylint~=2.12",
"pytest~=8.0",
Expand Down

0 comments on commit 21a46fd

Please sign in to comment.