[Bug] Failed CI Unit Tests from Marshmallow Dataclass and Typing Updates (#2645)

This commit is contained in:
Terrance DeJesus
2023-03-17 16:38:35 -04:00
committed by GitHub
parent 672211500c
commit f40ad93224
+2 -2
View File
@@ -28,7 +28,7 @@ dependencies = [
"jsl==0.2.4",
"jsonschema==3.2.0",
"marko",
"marshmallow-dataclass[union]~=8.5.6",
"marshmallow-dataclass[union]~=8.5.12",
"marshmallow-jsonschema~=0.12.0",
"marshmallow-union~=0.1.15",
"marshmallow~=3.13.0",
@@ -36,7 +36,7 @@ dependencies = [
"PyYAML~=5.3",
"requests~=2.27",
"toml==0.10.0",
"typing-inspect==0.7.1",
"typing-inspect==0.8.0",
"XlsxWriter~=1.3.6",
"semver==3.0.0-dev.4"
]