Skip to content

Bump approvaltests from 8.4.1 to 17.1.1#1968

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/approvaltests-17.1.1
Open

Bump approvaltests from 8.4.1 to 17.1.1#1968
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/approvaltests-17.1.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps approvaltests from 8.4.1 to 17.1.1.

Release notes

Sourced from approvaltests's releases.

Fix Sublime Merge and Tortoise Git Diff Reporters

These reporters require special arguments, and special arguments are now supported.

More Diff Tols

Added more diff tools from https://github.com/approvals/DiffTools

breaking: change to diff reporters

This release introduces more diff tool reporters, but breaks the names of existing reporters and how you retrieve them.

We are letting go of the reporters defined in reporters.json, although that file is still supported for your customization.

Most reporters can be found with a name starting with ReportWith... e.g. options=Options().with_reporters(ReportWithBeyondCompare). For more information see Why we changed reporters.

Better error message and fixed repr recursion error

Fixes #224 and #223

Performance upgrade

closes #167

v16.2.1

No user-visible changes.

ReportByOpeningFiles

Added a new reporter that launches files based on your OS preferences

NOTE: we also changed the version variable to remove the v. This is in the version.py file old -> "v16.2.0" new -> "16.2.0"

escape control characters in inline approvals

Special characters (e.g. null, backspace, right-to-left marker) in the expected value will now be escaped for inline approvals.

Before:

    """
    hello! world
    """

After:

    """
    hello!\u200fworld
    """

Fix approval_utilities dependency

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [approvaltests](https://github.com/approvals/ApprovalTests.Python) from 8.4.1 to 17.1.1.
- [Release notes](https://github.com/approvals/ApprovalTests.Python/releases)
- [Commits](approvals/ApprovalTests.Python@v8.4.1...v17.1.1)

---
updated-dependencies:
- dependency-name: approvaltests
  dependency-version: 17.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants