Skip to content

Commit d6d7435

Browse files
⬆️ Bump syrupy to v5.5.2 (#203)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [syrupy](https://redirect.github.com/syrupy-project/syrupy) | `==5.5.1` → `==5.5.2` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/syrupy/5.5.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/syrupy/5.5.1/5.5.2?slim=true) | --- ### Release Notes <details> <summary>syrupy-project/syrupy (syrupy)</summary> ### [`v5.5.2`](https://redirect.github.com/syrupy-project/syrupy/blob/HEAD/CHANGELOG.md#v552-2026-07-08) [Compare Source](https://redirect.github.com/syrupy-project/syrupy/compare/v5.5.1...v5.5.2) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/tr4nt0r/pythonkuma). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyI6cmVjeWNsZTogZGVwZW5kZW5jaWVzIiwiOnNuYWtlOiBweXRob24iXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8279cee commit d6d7435

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
"pytest-asyncio==1.4.0",
5252
"pytest==9.1.1",
5353
"pytest-cov==7.1.0",
54-
"syrupy==5.5.1",
54+
"syrupy==5.5.2",
5555
]
5656

5757
[tool.hatch.envs.hatch-static-analysis]
@@ -71,7 +71,7 @@ pythonpath = ["pythonkuma"]
7171
extra-dependencies = [
7272
"pytest-cov==7.1.0",
7373
"pytest-asyncio==1.4.0",
74-
"syrupy==5.5.1",
74+
"syrupy==5.5.2",
7575
]
7676
extra-args = ["--cov-report=xml", "-vv"]
7777

0 commit comments

Comments
 (0)