chore(deps): update dependency mypy to v1.4.1 (#32)

Co-authored-by: Felix Spöttel <1682504+fspoettel@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-06-28 10:11:59 +02:00
committed by GitHub
parent 96244b2758
commit 27a03f4e26
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ class LocalStrategy:
def run_whisper(
self,
filepath: str,
task: str,
task: Literal["translate", "transcribe"],
config: Optional[schemas.JobConfig],
job_id: UUID,
) -> List[Any]:

View File

@@ -35,7 +35,7 @@ tooling = [
"python-dotenv ==1.0.0",
"pytest ==7.4.0",
# types
"mypy ==1.0.1",
"mypy ==1.4.1",
"types-requests ==2.31.0.1"
]