Skip to content

Commit ee24b0a

Browse files
Merge branch 'main' into dependabot/github_actions/actions/checkout-5
2 parents e3c5f1d + 2cc10a9 commit ee24b0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
dev = [
3535
"coverage[toml]>=6.5",
3636
"pytest>=8.0.2",
37-
"syrupy>=4.6.1",
37+
"syrupy>=5.0.0",
3838
]
3939

4040
# Dependencies for examples.

python/tests/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class TypeScriptSchemaSnapshotExtension(SingleFileSnapshotExtension):
1414
_write_mode = WriteMode.TEXT
15-
_file_extension = "schema.d.ts"
15+
file_extension = "schema.d.ts"
1616

1717
@override
1818
def serialize(self, data: TypeScriptSchemaConversionResult, *,

0 commit comments

Comments
 (0)