Skip to content

Commit 5832feb

Browse files
authored
chore(dependencies): bound syrupy < 5 (#237)
version 5 changes the snapshot naming convention and maybe other things
1 parent 59afa51 commit 5832feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test = [
6262
"pytest-dotenv",
6363
"pytest-xdist",
6464
"PyYaml",
65-
"syrupy"
65+
"syrupy <5.0.0"
6666
]
6767
docs = [
6868
"sphinx",
@@ -107,7 +107,7 @@ test = [
107107
"pytest-dotenv",
108108
"pytest-xdist",
109109
"PyYaml",
110-
"syrupy"
110+
"syrupy <5.0.0"
111111
]
112112
docs = [
113113
"sphinx",

0 commit comments

Comments
 (0)