Skip to content

Commit

Permalink
Update approvaltests requirement from ~=12.0 to ~=14.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@v12.0.0...v14.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent b657a97 commit 334fc85
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 @@ -32,7 +32,7 @@ dynamic = ["version"]

[project.optional-dependencies]
tests = [
"approvaltests~=12.0",
"approvaltests~=14.0",
"bandit[toml]~=1.7",
"flake8~=7.0",
"pylint~=3.0",
Expand Down

0 comments on commit 334fc85

Please sign in to comment.