Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps inline-snapshot from 0.27.1 to 0.30.1.

Release notes

Sourced from inline-snapshot's releases.

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

  • 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)

... (truncated)

Changelog

Sourced from inline-snapshot's changelog.

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

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"].

... (truncated)

Commits
  • a108d2d bump: version 0.30.0 → 0.30.1
  • 2a432f4 Merge pull request #310 from v2v21/disable-ensure-ascii-json
  • b47dea3 fix: disable ensure_ascii for json.dump
  • 64d7789 bump: version 0.29.4 → 0.30.0
  • 99c30b9 Merge pull request #309 from 15r10nk/3.14
  • e2b9b2f Merge pull request #308 from 15r10nk/test-dir-list
  • 8550ae9 feat: added Python 3.14 support
  • 53be3dc feat: test-dir can also be a list of folders
  • e3e42b1 bump: version 0.29.3 → 0.29.4
  • 0b5f5b6 fix: support different python file encodings (#306)
  • 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.30.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.30.1)

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

dependabot bot commented on behalf of github Oct 27, 2025

Superseded by #272.

@dependabot dependabot bot closed this Oct 27, 2025
@dependabot dependabot bot deleted the dependabot/pip/inline-snapshot-0.30.1 branch October 27, 2025 20:00
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