Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps inline-snapshot from 0.27.1 to 0.31.0.

Release notes

Sourced from inline-snapshot's releases.

0.31.0

Changed

  • BREAKING CHANGE: An exception is now raised when you use external() in files that are not inside your tests/ directory (or any other directory that you can configure with tool.inline-snapshot.test-dir).

  • Users are now notified if they use the same UUID for multiple external snapshots, which can happen when copying one test as a template for a new test. The snapshots should be reset to an empty external() and recreated with inline-snapshot.

Fixed

  • Updated --snapshot flag to --inline-snapshot in session hints (#316).

  • The lookup for external snapshots has been improved (#292).

0.30.1

Fixed

  • Disable ensure ascii in json.dump to support non-ASCII characters in external files

0.30.0

Added

  • The test-dir config option can now also be a list of paths (#307)

  • added Python 3.14 support

0.29.4

Changed

  • External.run_inline() now uses the same logic as External.run_pytest.

Fixed

  • inline-snapshot now supports different Python file encodings and recognizes encoding comments such as # -*- coding: windows-1251 -*- (#305).

0.29.3

Fixed

  • xdist is now detected properly.

0.29.2

Fixed

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

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

0.29.1

Changed

... (truncated)

Changelog

Sourced from inline-snapshot's changelog.

0.31.0 — 2025-10-27

Changed

  • BREAKING CHANGE: An exception is now raised when you use external() in files that are not inside your tests/ directory (or any other directory that you can configure with tool.inline-snapshot.test-dir).

  • Users are now notified if they use the same UUID for multiple external snapshots, which can happen when copying one test as a template for a new test. The snapshots should be reset to an empty external() and recreated with inline-snapshot.

Fixed

  • Updated --snapshot flag to --inline-snapshot in session hints (#316).

  • The lookup for external snapshots has been improved (#292).

0.30.1 — 2025-10-20

Fixed

  • Disable ensure ascii in json.dump to support non-ASCII characters in external files

0.30.0 — 2025-10-15

Added

  • The test-dir config option can now also be a list of paths (#307)

  • added Python 3.14 support

0.29.4 — 2025-10-13

Changed

  • External.run_inline() now uses the same logic as External.run_pytest.

Fixed

  • inline-snapshot now supports different Python file encodings and recognizes encoding comments such as # -*- coding: windows-1251 -*- (#305).

0.29.3 — 2025-10-04

Fixed

  • xdist is now detected properly.

0.29.2 — 2025-10-01

... (truncated)

Commits
  • d43a8c0 bump: version 0.30.1 → 0.31.0
  • c309eb5 Merge pull request #318 from 15r10nk/fix-external-disable
  • 4239fe8 docs: documented the changes
  • bcef29f fix: raise problem when you are using the same externals with the same uuid
  • 372ef27 feat: external() can only be used in tests/
  • 1e0d31e Merge pull request #316 from lmmx/snapshot-create-hint
  • c45b86f style: pre-commit fixed styling
  • a0ad1b6 fix: update --snapshot flag to --inline-snapshot in session hints
  • a108d2d bump: version 0.30.0 → 0.30.1
  • 2a432f4 Merge pull request #310 from v2v21/disable-ensure-ascii-json
  • 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.31.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.31.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 27, 2025
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