Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps inline-snapshot from 0.20.9 to 0.27.1.

Release notes

Sourced from inline-snapshot's releases.

0.27.1

Fixed

  • Added explicit type hints to the outsource() function

0.27.0

Added

0.26.0

Changed

  • You now have to specify test-dir in your pyproject.toml when you save your tests in a folder other than tests/ in your project root (#272).

Fixed

  • pyproject.toml is now also located based on the current directory and the pytest-root, which solves problems when you use inline-snapshot with uv-workspaces (#272).

0.25.3

Fixed

  • cleanup temporary path

0.25.2

Fixed

  • Terminal with is preserved (#212)

  • solved incompatibility with pytest_pretty (#265)

  • improved performance by checking for "external" in the code string before parsing the code and checking the AST (#272).

0.25.1

Changed

  • Removed unnecessary uuid7 dependency introduced in 0.25.0

Fixed

  • external_file() now follows the aliases defined by register_format_alias().

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.

... (truncated)

Changelog

Sourced from inline-snapshot's changelog.

0.27.1 — 2025-08-08

Fixed

  • Added explicit type hints to the outsource() function

0.27.0 — 2025-08-05

Added

0.26.0 — 2025-07-31

Changed

  • You now have to specify test-dir in your pyproject.toml when you save your tests in a folder other than tests/ in your project root (#272).

Fixed

  • pyproject.toml is now also located based on the current directory and the pytest-root, which solves problems when you use inline-snapshot with uv-workspaces (#272).

0.25.3 — 2025-07-27

Fixed

  • cleanup temporary path

0.25.2 — 2025-07-25

Fixed

  • Terminal with is preserved (#212)

  • solved incompatibility with pytest_pretty (#265)

  • improved performance by checking for "external" in the code string before parsing the code and checking the AST (#272).

0.25.1 — 2025-07-24

Changed

  • Removed unnecessary uuid7 dependency introduced in 0.25.0

... (truncated)

Commits
  • e1075dc bump: version 0.27.0 → 0.27.1
  • ad8a70d Merge pull request #283 from 15r10nk/refactor-disable
  • f81ba0c refactor: changed how disabled is implemented
  • 0021ad8 Merge pull request #284 from RobertCraigie/fix/outsource-types
  • d602335 chore(types): add explicit type hints to outsource function
  • b9c74b5 bump: version 0.26.0 → 0.27.0
  • b973600 Merge pull request #282 from 15r10nk/declare-unmanaged
  • 201579a feat: exposed declare_unmanaged
  • 2eb3719 Merge pull request #262 from 15r10nk/transformation
  • 629bed8 feat: added Transformed and @​transformation
  • 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.20.9 to 0.27.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.20.9...0.27.1)

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

dependabot bot commented on behalf of github Aug 12, 2025

Superseded by #253.

@dependabot dependabot bot closed this Aug 12, 2025
@dependabot dependabot bot deleted the dependabot/pip/inline-snapshot-0.27.1 branch August 12, 2025 01: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