Skip to content

Bump approvaltests from 8.4.1 to 17.4.1#1970

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

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

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps approvaltests from 8.4.1 to 17.4.1.

Release notes

Sourced from approvaltests's releases.

Support for IsolatedAsyncioTestCase

Added support for isolated asyncio test cases:

class SomeTests(IsolatedAsyncioTestCase):
    async def test_example(self):
        verify("something")

#239

Add Cursor diff tool reporter

On Mac and Linux only

Can disable script downloads on CI

export APPROVALTESTS_DISABLE_SCRIPT_DOWNLOADS=1

https://github.com/approvals/ApprovalTests.Python/blob/main/docs/configuration.md#approvaltests_disable_script_downloads

Closes #248

Update release process

Should be no visible changes

verify_all_combinations_async()

Allows you to pass in functions that are async.

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

... (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.4.1.
- [Release notes](https://github.com/approvals/ApprovalTests.Python/releases)
- [Commits](approvals/ApprovalTests.Python@v8.4.1...v17.4.1)

---
updated-dependencies:
- dependency-name: approvaltests
  dependency-version: 17.4.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 Apr 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