updating mypy (#3539)

This commit is contained in:
Shuchang Zheng
2025-09-26 14:56:41 -07:00
committed by GitHub
parent 2196d46a47
commit e5020fed4f
2 changed files with 52 additions and 46 deletions

View File

@@ -103,7 +103,7 @@ dramatiq = {version = "^1.18.0", extras = ["asyncio"]}
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"
mypy = "^1.4.1"
mypy = "^1.18.2"
flake8 = "^6.0.0"
types-requests = "^2.31.0.2"
pytest = "^7.4.0"