Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps inline-snapshot from 0.27.1 to 0.28.0.

Release notes

Sourced from inline-snapshot's releases.

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.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
  • c3afd9b bump: version 0.27.2 → 0.28.0
  • 17463c0 Merge pull request #290 from 15r10nk/snapshot-value
  • d87915f feat: implement get_snapshot_value()
  • fb7e59d bump: version 0.27.1 → 0.27.2
  • e3ade4b chore: fix version command
  • c934b4a Merge pull request #271 from 15r10nk/fix-docs
  • 9461569 docs: improved contributing and testing docs
  • 79e4c60 Merge pull request #287 from 15r10nk/fix-quoting
  • 8f90992 fix: do not use tripple quoted strings if not needed (#281)
  • a8391be Merge pull request #286 from 15r10nk/simplify-insider-integration
  • 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.28.0.
- [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.28.0)

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

dependabot bot commented on behalf of github Sep 15, 2025

Superseded by #258.

@dependabot dependabot bot closed this Sep 15, 2025
@dependabot dependabot bot deleted the dependabot/pip/inline-snapshot-0.28.0 branch September 15, 2025 17:49
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