Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps approvaltests from 15.3.2 to 16.1.0.

Release notes

Sourced from approvaltests's releases.

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

No release notes provided.

Improvements to command_line_approvals and inline approvals

Breaking change

Command line approvals now captures standard error (if present)

Other changes

Handles emojis better - in both inline and command line approvals

Commits
  • bc742d3 . e retry pip install for network issues
  • 0de60b2 - F escape control characters
  • be73ba0 . e retry mise install for network issues
  • 514c257 - r use translation table
  • 51e8192 - F escape control characters in inline approvals
  • 49b8ac6 . d control characters in inline approvals
  • 3318958 v16.0.1
  • 1ce176a - B fix approval_utilities dep by not over-removing v prefix
  • cc09b9b . d tidy code and update markdown snippets
  • b52f0d8 . t missing type hint
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 15.3.2 to 16.1.0.
- [Release notes](https://github.com/approvals/ApprovalTests.Python/releases)
- [Commits](approvals/ApprovalTests.Python@v15.3.2...v16.1.0)

---
updated-dependencies:
- dependency-name: approvaltests
  dependency-version: 16.1.0
  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 Dec 2, 2025
@aaltat aaltat merged commit e5c390f into main Dec 2, 2025
23 checks passed
@aaltat aaltat deleted the dependabot/pip/approvaltests-16.1.0 branch December 2, 2025 05:02
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.

2 participants