Skip to content

build(deps-dev): bump inline-snapshot from 0.20.9 to 0.23.1#227

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps inline-snapshot from 0.20.9 to 0.23.1.

Release notes

Sourced from inline-snapshot's releases.

0.23.1

Changed

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

Fixed

  • command line flags work again in CI (#242)

0.23.0

Changed

  • snapshot updates are now disabled by default. They be enabled with show-updates=true in your config. This is done because they can confuse new inline-snapshot users and does not fit the way how most users work with inline-snapshot. updates will become much more useful when (#177) is implemented.

0.22.3

Fixed

  • A pycharm environment is no longer incorrectly recognized as a CI environment.

0.22.2

Fixed

  • show correct diff when pytest --inline-snapshot=report -vv is used (#231)

0.22.1

Fixed

  • The environment variable INLINE_SNAPSHOT_DEFAULT_FLAGS now takes precedence over all default flags defined in pyproject.toml.

  • inline-snapshot can now be used in combination with pytester.runpytest()

0.22.0

Added

  • You can now use the config option skip-snapshot-updates-for-now to skip the reporting of updates. But be aware that this option might not be there forever. Please create an issue if you think that the creation of snapshots can be improved.

0.21.3

Fixed

  • Allowed inline-snapshot to work when pytest-xdist is disabled with -n 0.

0.21.2

Fixed

  • repr(Is(x)) returns the same value as repr(x) to provide nice pytest outputs (#217)

0.21.1

Changed

... (truncated)

Changelog

Sourced from inline-snapshot's changelog.

0.23.1 — 2025-05-26

Changed

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

Fixed

  • command line flags work again in CI (#242)

0.23.0 — 2025-04-25

Changed

  • snapshot updates are now disabled by default. They be enabled with show-updates=true in your config. This is done because they can confuse new inline-snapshot users and does not fit the way how most users work with inline-snapshot. updates will become much more useful when (#177) is implemented.

0.22.3 — 2025-04-14

Fixed

  • A pycharm environment is no longer incorrectly recognized as a CI environment.

0.22.2 — 2025-04-14

Fixed

  • show correct diff when pytest --inline-snapshot=report -vv is used (#231)

0.22.1 — 2025-04-11

Fixed

  • The environment variable INLINE_SNAPSHOT_DEFAULT_FLAGS now takes precedence over all default flags defined in pyproject.toml.

  • inline-snapshot can now be used in combination with pytester.runpytest()

0.22.0 — 2025-04-03

Added

  • You can now use the config option skip-snapshot-updates-for-now to skip the reporting of updates. But be aware that this option might not be there forever. Please create an issue if you think that the creation of snapshots can be improved.

0.21.3 — 2025-04-02

... (truncated)

Commits
  • ca28061 bump: version 0.23.0 → 0.23.1
  • 8369a9e Merge pull request #243 from 15r10nk/fix_242
  • e4d6e90 fix: command line flags work again in CI (#242)
  • adbc35e Merge pull request #238 from 15r10nk/pre-commit-ci-update-config
  • 1aa2b3c Merge pull request #237 from 15r10nk/docs_test
  • 5f78d1b refactor: changed Snapshot base types
  • 2a835e4 style: pre-commit autoupdate
  • bbf83a0 test: added missing test for persist
  • 9008081 test: refactored doc tests
  • 65fa155 chore: fix release script
  • 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.23.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.23.1)

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

dependabot bot commented on behalf of github May 28, 2025

Superseded by #228.

@dependabot dependabot bot closed this May 28, 2025
@dependabot dependabot bot deleted the dependabot/pip/inline-snapshot-0.23.1 branch May 28, 2025 17:17
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