Skip to content

chore(deps-dev): bump syrupy from 3.0.6 to 4.9.1 #352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2025

Bumps syrupy from 3.0.6 to 4.9.1.

Release notes

Sourced from syrupy's releases.

v4.9.1

4.9.1 (2025-03-24)

Bug Fixes

  • serializer: preserve trailing newlines in ambr serialization (#950) (5897490)
  • serializer: preserve trailing newlines in ambr serialization (#950) (5037477)

v4.9.0

4.9.0 (2025-03-08)

Bug Fixes

  • serializer: raise TypeError when serializing non-byte like object in binary mode (#951) (2bd0f54)

Features

  • add --snapshot-ignore-file-extensions argument to support DVC (#943) (056cc6e)
  • add compose_matchers utility for composing 1 or more matchers (#952) (157dbec)
  • add SingleFileAmberSnapshotExtension as a single-file variant of the default amber extension (#959) (a753b7a)
  • include details about created/updated snapshots in detailed report (#942) (25d37ef)

v4.8.3

4.8.3 (2025-03-08)

Bug Fixes

  • snapshots of deselected parametrized tests wrongly marked as unused (#965) (52f3bb2)

v4.8.2

4.8.2 (2025-02-20)

Bug Fixes

  • avoid unnecessary env updates to reduce chances of segfault (#956) (7fdffd9)

v4.8.1

4.8.1 (2025-01-13)

Bug Fixes

  • check current session's pending-write queue when recalling snapshots (e.g. diffing) (#927) (0f6bb55)

v4.8.0

... (truncated)

Changelog

Sourced from syrupy's changelog.

4.9.1 (2025-03-24)

Bug Fixes

  • serializer: preserve trailing newlines in ambr serialization (#950) (5897490)
  • serializer: preserve trailing newlines in ambr serialization (#950) (5037477)

4.9.0 (2025-03-08)

Bug Fixes

  • serializer: raise TypeError when serializing non-byte like object in binary mode (#951) (2bd0f54)

Features

  • add --snapshot-ignore-file-extensions argument to support DVC (#943) (056cc6e)
  • add compose_matchers utility for composing 1 or more matchers (#952) (157dbec)
  • add SingleFileAmberSnapshotExtension as a single-file variant of the default amber extension (#959) (a753b7a)
  • include details about created/updated snapshots in detailed report (#942) (25d37ef)

4.8.3 (2025-03-08)

Bug Fixes

  • snapshots of deselected parametrized tests wrongly marked as unused (#965) (52f3bb2)

4.8.2 (2025-02-20)

Bug Fixes

  • avoid unnecessary env updates to reduce chances of segfault (#956) (7fdffd9)

4.8.1 (2025-01-13)

Bug Fixes

  • check current session's pending-write queue when recalling snapshots (e.g. diffing) (#927) (0f6bb55)

4.8.0 (2024-11-23)

Features

... (truncated)

Commits
  • 431b76d chore(release): 4.9.1 [skip ci]
  • 5897490 fix(serializer): preserve trailing newlines in ambr serialization (#950)
  • 5037477 fix(serializer): preserve trailing newlines in ambr serialization (#950)
  • b2a72f7 chore(release): 4.9.0 [skip ci]
  • 3330c42 Merge pull request #967
  • 33aca90 chore: py3.8 backwards compatibility fix
  • a753b7a feat: add SingleFileAmberSnapshotExtension as a single-file variant of the de...
  • 157dbec feat: add compose_matchers utility for composing 1 or more matchers (#952)
  • 2bd0f54 fix(serializer): raise TypeError when serializing non-byte like object in bin...
  • 056cc6e feat: add --snapshot-ignore-file-extensions argument to support DVC (#943)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 13, 2025
@dependabot dependabot bot requested a review from igboyes as a code owner June 13, 2025 22:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 13, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/syrupy-4.9.1 branch 12 times, most recently from 6c525ff to 1d158c0 Compare June 19, 2025 02:45
@dependabot dependabot bot force-pushed the dependabot/pip/syrupy-4.9.1 branch 3 times, most recently from f87a97b to 264229c Compare June 27, 2025 16:34
Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 3.0.6 to 4.9.1.
- [Release notes](https://github.com/syrupy-project/syrupy/releases)
- [Changelog](https://github.com/syrupy-project/syrupy/blob/main/CHANGELOG.md)
- [Commits](syrupy-project/syrupy@v3.0.6...v4.9.1)

---
updated-dependencies:
- dependency-name: syrupy
  dependency-version: 4.9.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/syrupy-4.9.1 branch from 264229c to 00a6072 Compare July 2, 2025 21:25
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
Development

Successfully merging this pull request may close these issues.

0 participants