Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump syrupy to v5.1.0
  • Loading branch information
renovate[bot] authored Jan 25, 2026
commit 7cf152508aaf58a72d2a34b683cf98a0e792fd51
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ dependencies = [
"pytest-asyncio==1.3.0",
"aioresponses==0.7.8",
"pre-commit==4.5.1",
"syrupy==5.0.0"
"syrupy==5.1.0"
]

[tool.hatch.envs.hatch-test]
parallel = true
extra-dependencies = [
"aioresponses==0.7.8",
"pytest-asyncio==1.3.0",
"syrupy==5.0.0",
"syrupy==5.1.0",
"pytest-cov==7.0.0",
]
extra-args = ["--cov-report=xml", "-vv"]
Expand Down
Loading