Bump datamodel-code-generator (#8492)

This commit is contained in:
Pere Miquel Brull 2022-11-02 10:31:44 +01:00 committed by GitHub
parent fa68a1f18f
commit 119763afc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,13 +132,12 @@ plugins: Dict[str, Set[str]] = {
"domo": {"pydomo~=0.3.0.5"},
}
dev = {
"datamodel-code-generator==0.13.0",
"datamodel-code-generator==0.13.4",
"black==22.3.0",
"pycln==1.3.2",
"docker",
"google-cloud-storage==1.43.0",
"twine",
"pydantic[email]==1.9.0",
}
test = {
"isort==5.10.1",