Skip to content

build(deps-dev): bump inline-snapshot from 0.20.9 to 0.25.0#241

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/inline-snapshot-0.25.0
Closed

build(deps-dev): bump inline-snapshot from 0.20.9 to 0.25.0#241
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/inline-snapshot-0.25.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2025

Bumps inline-snapshot from 0.20.9 to 0.25.0.

Release notes

Sourced from inline-snapshot's releases.

0.25.0

Added

  • New external() implementation with support for different data formats.
  • Ability to declare custom external formats with @register_format.
  • external() can now be used without snapshot(), such as assert "long text" == external() or inside snapshots like dirty-equals.

Changed

  • BREAKING CHANGE: You now have to declare format aliases if you used outsource() with a different suffix than .txt or .bin in the past.

    from inline_snapshot import register_format_alias, external
    Can be declared in conftest.py
    register_format_alias(".html", ".txt")
    def test_html():
    assert outsource("<html></html>", suffix=".html") == snapshot()

0.24.0

Added

  • Add/fix reproducible standard repr for functions

  • added llms.txt to make the documentation for llms more accessible.

Changed

  • Improved the explanation of what it means when snapshots are disabled in CI runs (#226).

  • Added extra information to the reported failure when snapshots are fixed or created (#240).

Fixed

  • fixed the representation of empty strings in sub-snapshots from triple-quotes to single-quotes assert ""==snapshot({5: ""})[5] (#258).

  • fix: changed format-command default to "" (#256).

0.23.2

Fixed

  • The readline module doesn't have to be installed on non-windows systems.

0.23.1

Changed

  • changed how the Snapshot[T] type is implemented.

... (truncated)

Changelog

Sourced from inline-snapshot's changelog.

0.25.0 — 2025-07-23

Added

  • New external() implementation with support for different data formats.
  • Ability to declare custom external formats with @register_format.
  • external() can now be used without snapshot(), such as assert "long text" == external() or inside snapshots like dirty-equals.

Changed

  • BREAKING CHANGE: You now have to declare format aliases if you used outsource() with a different suffix than .txt or .bin in the past.

    from inline_snapshot import register_format_alias, external
    Can be declared in conftest.py
    register_format_alias(".html", ".txt")
    def test_html():
    assert outsource("<html></html>", suffix=".html") == snapshot()

0.24.0 — 2025-07-15

Added

  • Add/fix reproducible standard repr for functions

  • added llms.txt to make the documentation for llms more accessible.

Changed

  • Improved the explanation of what it means when snapshots are disabled in CI runs (#226).

  • Added extra information to the reported failure when snapshots are fixed or created (#240).

Fixed

  • fixed the representation of empty strings in sub-snapshots from triple-quotes to single-quotes assert ""==snapshot({5: ""})[5] (#258).

  • fix: changed format-command default to "" (#256).

0.23.2 — 2025-05-28

Fixed

  • The readline module doesn't have to be installed on non-windows systems.

... (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 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.20.9 to 0.25.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.20.9...0.25.0)

---
updated-dependencies:
- dependency-name: inline-snapshot
  dependency-version: 0.25.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 Jul 23, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 24, 2025

Superseded by #242.

@dependabot dependabot bot closed this Jul 24, 2025
@dependabot dependabot bot deleted the dependabot/pip/inline-snapshot-0.25.0 branch July 24, 2025 17:37
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