build fixes #413: Bump mypy from 1.6.1 to 1.9.0

This commit is contained in:
Gary Gale
2024-11-09 23:03:24 +00:00
parent 2052ee1ed4
commit a5d6766441
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ redis = {version = "^5.2.0", extras = ["redis"]}
optional = true
[tool.poetry.group.linting.dependencies]
mypy = { version = "^1.2.0", python = "^3.10" }
mypy = { version = "^1.13.0", python = "^3.10" }
pyright = { version = "^1.1.373", python = "^3.10" }
types-aiobotocore = { extras = ["dynamodb"], version = "^2.5.0.post2", python = "^3.10" }
types-redis = { version = "^4.5.4.2", python = "^3.10" }