Skip to content

Commit

Permalink
Update approvaltests requirement from ~=9.0 to ~=10.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@v9.0.0...v10.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 524f496 commit 3dfbf87
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~=9.0",
"approvaltests~=10.0",
"flake8~=6.0",
"pylint~=2.12",
"pytest~=7.2",
Expand Down

0 comments on commit 3dfbf87

Please sign in to comment.