Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2025

Bumps inline-snapshot from 0.27.1 to 0.29.1.

Release notes

Sourced from inline-snapshot's releases.

0.29.1

Changed

  • Example.run_inline can now be used with ["--inline-snapshot=disable"].

Fixed

  • --inline-snapshot=report now shows the same changes for external snapshots as --inline-snapshot=review (#298).
  • Fixed a crash when generating reports for external_file("some_non_existing_file.txt").

0.29.0

Fixed

  • handle in cases where pytest_unconfigure is called but not pytest_configure (#293)

0.28.0

Added

  • Added get_snapshot_value(), which removes all snapshot-specific wrappers and returns only the value of the snapshot.

0.27.2

Changed

  • Improved documentation for inline_snapshot.testing.Example.

Fixed

  • inline-snapshot generates no longer triple quoted strings when it fixes cases like this (#281):
    from inline_snapshot import snapshot
    def test_a():
    assert "" == snapshot(
    """
    a
    b
    """
    )

Changelog

Sourced from inline-snapshot's changelog.

0.29.1 — 2025-09-24

Changed

  • Example.run_inline can now be used with ["--inline-snapshot=disable"].

Fixed

  • --inline-snapshot=report now shows the same changes for external snapshots as --inline-snapshot=review (#298).
  • Fixed a crash when generating reports for external_file("some_non_existing_file.txt").

0.29.0 — 2025-09-15

Fixed

  • handle in cases where pytest_unconfigure is called but not pytest_configure (#293)

0.28.0 — 2025-08-24

Added

  • Added get_snapshot_value(), which removes all snapshot-specific wrappers and returns only the value of the snapshot.

0.27.2 — 2025-08-11

Changed

  • Improved documentation for inline_snapshot.testing.Example.

Fixed

  • inline-snapshot generates no longer triple quoted strings when it fixes cases like this (#281):
    from inline_snapshot import snapshot
    def test_a():
    assert "" == snapshot(
    """
    a
    b
    """
    )

Commits
  • 8eabfe7 bump: version 0.29.0 → 0.29.1
  • 271412b Merge pull request #299 from 15r10nk/external-report
  • 8378b12 fix: fixed --inline-snapshot=report for external and external_file (#298)
  • 4446aaf bump: version 0.28.0 → 0.29.0
  • 54579c1 Merge pull request #294 from 15r10nk/snapshot-session
  • bc581d3 refactor: extract pytest independent code out into SnapshotSession
  • 3bb05db Merge pull request #296 from 15r10nk/readme-update
  • ea9b7aa feat: update sponsors and automate cog:update
  • c3afd9b bump: version 0.27.2 → 0.28.0
  • 17463c0 Merge pull request #290 from 15r10nk/snapshot-value
  • 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 [inline-snapshot](https://github.com/15r10nk/inline-snapshot) from 0.27.1 to 0.29.1.
- [Release notes](https://github.com/15r10nk/inline-snapshot/releases)
- [Changelog](https://github.com/15r10nk/inline-snapshot/blob/main/CHANGELOG.md)
- [Commits](15r10nk/inline-snapshot@0.27.1...0.29.1)

---
updated-dependencies:
- dependency-name: inline-snapshot
  dependency-version: 0.29.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Sep 25, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2025

Superseded by #264.

@dependabot dependabot bot closed this Oct 2, 2025
@dependabot dependabot bot deleted the dependabot/pip/inline-snapshot-0.29.1 branch October 2, 2025 17:17
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