Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps inline-snapshot from 0.27.1 to 0.29.2.

Release notes

Sourced from inline-snapshot's releases.

0.29.2

Fixed

  • fixed string formatting with black which caused invalid snapshots (#301)

    assert " a " == snapshot("a")

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.2 — 2025-10-01

Fixed

  • fixed string formatting with black which caused invalid snapshots (#301)

    assert " a " == snapshot("a")

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

... (truncated)

Commits
  • 5f91252 bump: version 0.29.1 → 0.29.2
  • af20434 Merge pull request #302 from 15r10nk/fix-string-formatting
  • a231ff1 fix: fixed string formatting with black (#301)
  • 3a5bfa5 Merge pull request #300 from 15r10nk/insider_docs
  • 7bf2023 docs(insider): PyCharm integration
  • 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
  • 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.2.
- [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.2)

---
updated-dependencies:
- dependency-name: inline-snapshot
  dependency-version: 0.29.2
  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 Oct 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Superseded by #265.

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

1 participant